what is the use of classes in c++;
Answers were Sorted based on User's Feedback
Answer / abhishek karal
In object-oriented programming, a class is a construct that
is used as a blueprint (or template) to create objects of
that class. This blueprint describes the state and behavior
that the objects of the class all share. An object of a
given class is called an instance of the class. The class
that contains (and was used to create) that instance can be
considered as the type of that object, e.g. an object
instance of the "Fruit" class would be of the type "Fruit".
| Is This Answer Correct ? | 21 Yes | 8 No |
Answer / anilkuma
In c++ classes are used for protect data,nothing but we can
provide more secure for data in c++ classes
| Is This Answer Correct ? | 6 Yes | 0 No |
What is the main feature of oop?
what is object oriented programming and procedure oriented programming?
What is overloading and its types?
what is virtual function?
26 Answers Aspire, HP, Infosys, RoboSoft, TCS,
What is the renewal class?
What is object and class in oops?
What is inheritance write a program to show use of inheritance?
Finding of the 4 larger (bigger) numbers from the list like{1245,4587,2145,1163,29987,65783.....}
What is encapsulation in oop?
What does and I oop mean in text?
Write on signed and unsigned integers and give three (3) examples each
Name an advantage of linked list over array?