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 nested class in c++?
What is a local reference?
What are friend classes? What are advantages of using friend classes?
Write a note about the virtual member function?
How to give an alternate name to a namespace?
How come you find out if a linked-list is a cycle or not?
Write bites in Turbo c++ Header ("Include") Files.
Write a program to find the Fibonacci series recursively.
What does std :: flush do?
What is atoi?
Is c++ a good beginners programming language?
What is #include math h in c++?
What is the use of main function in c++?
Who invented turbo c++?
What does obj stand for?