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
Differentiate between late binding and early binding.
What is c++ mutable?
What are pointer-to-members in C++? Give their syntax.
What is low level language in simple words?
Is overriding possible in c++?
Is c++ a good first language to learn?
Which should be more useful: the protected and public virtuals?
Explain about vectors in c ++?
Does c++ have a hash table?
Where the memory to the static variables is allocated?
Describe Trees using C++ with an example.
Which is the best c++ compiler?
Write a code/algo to find the frequency of each element in an array?
How is static data member similar to a global variable?
What is data type in c++?