Answer Posted / divyaja
Sometimes, a programmer will want to
define a custom "thing" and the operations
that can be performed on that "thing"
• A class is the definition
• An object is a particular instance of a class
• Classes contain
– data, called members
– functions, called methods
Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Do class declarations end with a semicolon? Do class method definitions?
Where Malloc(), Calloc(), and realloc() does get memory?
What is the average salary of a c++ programmer?
What is a memory leak c++?
What are the advantages of using a pointer?
how to connect with oracle 9i with server in socket program in c/c++
Explain the pure virtual functions?
What is the best ide for c++?
What are guid? Why does com need guids?
What is the best way to declare and define global variables?
What is the full form of ios?
Describe the role of the c++ in the tradeoff of safety vs. Usability?
Describe protected access specifiers?
Can we define a constructor as virtual in c++?
What is a v-table?