What is an object listing?

piski

Senior member
Jan 21, 2002
312
0
0
I am learning about program. And it is talking about 7 specs developed durin the program development stage and it says an object listing. what is that?
thanks
k
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
It depends on a lot of things. Generically an object is a data type, usually a variable instantiated from a class. A file handle, a button, a window, a network socket, a network packet, a process, etc can all be objects depending on the language.
 

Barnaby W. Füi

Elite Member
Aug 14, 2001
12,343
0
0
Could also be object files, which are output by the compiler and are linked together to form an executable or library.