Class | Object |
---|---|
Class is a data type | CPP Object is an instance of class |
Class does not occupy memory location | |
Class generates objects | Objects gives life to class |
The class cannot demanipulate as it is not available in memory | Objects can be manipulated |