C++
Programming and Technical
What is the difference between an object and a
class?
Read Solution (Total 1)
-
- An object is a runtime entity of class, it has exactly the same data members as the class possesses.
A class on the other hand is a blueprint or a template for an object
- 9 years agoHelpfull: Yes(0) No(0)
C++ Other Question