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
What is pointer in oop?
What does and I oop mean in text?
Can we have inheritance without polymorphism?
What is the point of oop?
What is the diamond problem in inheritance?
Where You Can Use Interface in your Project
Why is abstraction needed?
What are the three parts of a simple empty class?
What is abstraction encapsulation?
What do you mean by Encapsulation?
Are polymorphisms mutations?
How do you achieve polymorphism?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
What is polymorphism give a real life example?
What is the difference between procedural programming and oops?