C++
Programming and Technical
Programming
Technical
In c++ object of the class is also called?
Options
1) Constants
2) Tag
3) Instance
4) Data collection
Read Solution (Total 5)
-
- 3)Instance
- 8 years agoHelpfull: Yes(0) No(0)
- Instance .Object can also be called as runtime instance of a class. It is used to access data and function members while a program is running
- 7 years agoHelpfull: Yes(0) No(0)
- Object of a class is the instance of the class
- 7 years agoHelpfull: Yes(0) No(0)
- 3)instance
- 6 years agoHelpfull: Yes(0) No(0)
- 3)Instance
- 5 years agoHelpfull: Yes(0) No(0)
C++ Other Question