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
Explain the difference between abstract class and interface in c++?
What is setiosflags c++?
Explain how we implement exception handling in c++?
Is linux written in c or c++?
What is microsoft c++ redistributable 2013?
Why do we need constructors in c++?
Mention the ways in which parameterized can be invoked.
Is it legal in c++ to overload operator++ so that it decrements a value in your class?
What are the classes in c++?
What is the error in the code below and how should it be corrected?
Explain the different access specifiers for the class member in c++.
the maximum length of a character constant can be a) 2 b) 1 c) 8
What are protected members in c++?
What will happen if a pointer is deleted twice?
an operation between an integer and real always yeilds a) integer result b) real result c) float result