What is the difference between class and object?
Answer Posted / neha
classes and objects are seprate but related concept.every
object belong to a class and every class contains one or
more objects.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Why is polymorphism needed?
Why polymorphism is used in oops?
What is polymorphism give a real life example?
What is ambiguity in inheritance?
What is difference between multiple inheritance and multilevel inheritance?
What is the difference between inheritance and polymorphism?
What is multilevel inheritance explain with example?
What is object in oop?
Give two or more real cenario of virtual function and vertual object
What is persistence in oop?
What do you mean by abstraction?
Why do we use polymorphism in oops?
Who invented oop?
What is an advantage of polymorphism?
Get me an image implementation program.