Answer Posted / kaushi
object is an instance of a class or in other words object
is a snapshot(blueprint)of a perticuler class.
class is real world object.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is the difference between new and override?
Why dynamic loading is used in object-oriented programming?
What is the @functionalinterface annotation?
Can you create an instance of an abstract class?
What is hybrid inheritance?
What is the significance of encapsulation?
What is the benefit of using inheritance?
What do you mean by polymorphism?
What are the rules to define a functional interface?
If a class inherits an interface, what are the 2 options available for that class?
What's the benefit of using inheritance?
What do you mean by virtual function and virtual classes?
Define Destructor?
What are the methods required to create changes in subclasses?
Explain the rationale behind object oriented concepts?