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
Can I run c program in turbo c++?
What is &x in c++?
What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h
Why do we use structure in c++?
Carry out conversion of one object of user-defined type to another?
What is the use of endl in c++ give an example?
What are the advantages of inheritance in c++?
How much do coding jobs pay?
Can user-defined object be declared as static data member of another class?
Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.
What kind of jobs can I get with c++?
write a programme to get a character and thier ASCII value
How do I get good at c++ programming?
What is math h in c++?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?