Answer Posted / walking legend
I would like to explain the concept of class and object
with an example for easy understanding
consider a person 'x' has designed a car drawing the
model on a paper on computer using a software
class:this blue print is called class.
object:if a car is manufactured based on the blue print
it is one of the object created for that
particular class.
| Is This Answer Correct ? | 15 Yes | 7 No |
Post New Answer View All Answers
What are the 3 pillars of oop?
What is abstraction in oops?
How do you achieve polymorphism?
What is encapsulation in simple terms?
How do you use inheritance in unity?
What is polymorphism explain?
What is an advantage of polymorphism?
Which method cannot be overridden?
Can we create object of interface?
How to call a non virtual function in the derived class by using base class pointer
What is an interface in oop?
How to hide the base class functionality in Inheritance?
What is polymorphism and example?
Why multiple inheritance is not possible?
What is the full form of oops?