Question:
What is the difference between an object and a class?
November 11, 2005 00:43:09
#1
arpita
Member Since: Visitor Total Comments: N/A
RE: What is the difference between an object and a cl...
class is the collection of same type of objects .whereas object is an instance of a class.ex :humanbeing is a class whose objects can be man ,woman etc.