Answer Posted / sudhavasugj@gmail.com
Object is the variable of class in oops. Class is created
for do some behavior in program. The behavior is accessed by
creating the object for the particular class in main program.
Ex: computer c++;
computer - class
c++ - object
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
why reinterpret cast is considered dangerous?
Why is static class not inherited?
What is polymorphism give a real life example?
Why is oop useful?
How do you achieve runtime polymorphism?
What is the highest level of cohesion?
Where is pseudocode used?
What are main features of oop?
What is the difference between a constructor and a destructor?
Is oop better than procedural?
What do you mean by variable?
What are the benefits of interface?
What makes a language oop?
#include
What is stream in oop?