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 is polymorphism and its types?
What is overriding in oops?
What is polymorphism oop?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
What is destructor oops?
What is stream in oop?
Can you inherit a private class?
Get me a number puzzle game-program
What is encapsulation process?
What is the use of oops?
what are the different types of qualifier in java?
What is encapsulation c#?
What is the real time example of inheritance?
How do you answer polymorphism?
Can a varargs method be overloaded?