1.

What is the difference between an object and a class ?

Answer»
ClassObject
A class is a template or blueprint or layout according to which object of that class are created.An object is an instance of class.
A class will not exist in memoryAn object will exist in memory.



Discussion

No Comment Found

Related InterviewSolutions