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
Show the declaration for a pointer to function returning long and taking an integer parameter.
How can you link a c program with a c function?
What is the header file for setw?
What are the c++ access specifiers?
Is nan a c++?
When are exception objects created?
What is the advantage of c++ over c?
What does obj stand for?
What is expression parser in c++
Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c
What is buffering in c++?
How come you find out if a linked-list is a cycle or not?
What is the size of a vector?
What is a map in c++?
Do you know about latest advancements in C++ ?