Answer Posted / vadivel
A Class is a blueprint of object.
or
class are units of code and data, which can be used as
block boxs(called object).
Object:- Instance of class is called object.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the use of map in c++?
How much is c++ certification?
What is a multimap c++?
What is a string example?
What is expression parser in c++
When one must use recursion function? Mention what happens when recursion functions are declared inline?
Which of the following is evaluated first: a) && b) || c) !
What is the outcome of cout< a) 16 b) 17 c) 16.5
What is array give example?
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
What is a storage class?
How is c++ different from java?
What is an inline function in c++?
What is meant by the term name mangling in c++?
What is flush c++?