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 object in c++ example?
Is c++ slower than c?
Define anonymous class.
What are the two main components of c++?
How many namespaces are there in c++?
Describe new operator and delete operator?
What is the extension of c++?
What is searching?
what is a class? Explain with an example.
Is main a class in c++?
What is a constructor and how is it called?
What is the meaning of string in c++?
What is the best way to declare and define global variables?
What is atoi in c++?
What are different types of loops in c++?