Answer Posted / sanjaya mohapatra
CLASS IS A USER DEFINE DATA TYPE.IT IS THE WAY OF BINDING
DATA AND ITS ASSOCIATIVE FUNCTIONS.IT ALLOWS TO HIDING THE
FUNCTION IF NECESSARY FOR EXTERNAL USE.WHEN A CLASS IS
CREATED A OBJECT WILL CREATED.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Which format specifier is used for printing a pointer value?
How would you use the functions sin(), pow(), sqrt()?
How do you establish an is-a relationship?
Describe delete operator?
What is the difference between #define debug 0 and #undef debug?
Can I learn c++ without c?
Is dev c++ a good compiler?
What is c++ prototype?
What is rtti in c++?
Explain what data encapsulation is in c++?
What does ios :: app do in c++?
write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)
Why we use #include conio h in c++?
How do you write a function that can reverse a linked-list?
What is a far pointer? where we use it?