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 does scope resolution operator do?
What is the use of default constructor?
Is c++ platform dependent?
Where must the declaration of a friend function appear?
Which one is better- macro or function?
What is the best c++ book for beginners?
Difference between declaration and definition of a variable.
How does c++ structure differ from c++ class?
What are stacks? Give an example where they are useful.
What is format for defining a structure?
Explain class invariant.
Explain linear search.
What is split a string in c++?
What does std mean in c++?
What is a singleton class c++?