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
What is a set in c++?
How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?
What is vector pair in c++?
Ask to write virtual base class code?
What is a dll entry point?
What does asterisk mean in c++?
Can we use clrscr in c++?
If all is successful, what should main return a) 0 b) 1 c) void
Which is not a valid keyword a) public b) protected c) guarded
What is null pointer and void pointer?
How long does it take to get good at leetcode?
Why c++ is called oop?
How do you establish a has-a relationship?
Define copy constructor.
Why do we use string in c++?