What is class definition in c++ ?
Answer / Shashikant Kumar
"A class definition in C++ is a user-defined data type that encapsulates data (variables) and functions (methods) together as a single unit. It helps to create objects with properties (data) and behaviors (functions). "
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a flag in c++?
How long it will take to learn c++?
Define a constructor - what it is and how it might be called (2 methods)?
Can a built-in function be recursive?
Is it possible to have a recursive inline function in c++?
write a function signature with various number of parameters.
Const char *p , char const *p What is the difference between the above two?
What is implicit pointer in c++?
Why is it called c++?
What is a v-table?
What are advantages of C++ when comparing with C?
18 Answers HP, iGate, TCS,
Difference between Operator overloading and Functional overloading?