C++
Programming and Technical
What is a class?
Read Solution (Total 4)
-
- collection of object
- 9 years agoHelpfull: Yes(1) No(1)
- class is blueprint of object i.e structural representation of object.
- 9 years agoHelpfull: Yes(1) No(0)
- Class is a container, which contains the data members(data types) and member functions(Methods).
- 9 years agoHelpfull: Yes(1) No(0)
- class is blueprint of object.
i.e class Animal is blueprint for object like tiger, dog
- 9 years agoHelpfull: Yes(0) No(0)
C++ Other Question