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
Explain the scope of resolution operator.
How one would use switch in a program?
How many characters are recognized by ANSI C++?
How a new operator differs from the operator new?
Can we define function inside main in c++?
How the endl and setw manipulator works?
How can you say that a template is better than a base class?
What is null pointer and void pointer and what is their use?
Mention the ways in which parameterized can be invoked. Give an example of each.
Please explain class & object in c++?
What is split a string in c++?
Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers
Name the debugging methods that are used to solve problems?
Keyword mean in declaration?
What is the use of dot in c++?