WHAT IS THE ACTUAL DEFINATION OF OBJECT AND THE CLASS IN ONE
SINGLE LINE WHICH THE INTERVIEWER WANT TO LISTEN.
Answer Posted / deepika
object is the real world entity and it is the instance of a
class.
collection of objects is known as class. all the objects
which belongs to the same class share same properties and
common behaviour.
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
Why do we need oop?
Why multiple inheritance is not allowed?
What is the diamond problem in inheritance?
What is a class in oop?
Why polymorphism is used in oops?
What are two types of polymorphism?
How to hide the base class functionality in Inheritance?
Which type does string inherit from?
What is the full form of oops?
What is the main feature of oop?
Explain the concepts involved in Object Oriented programming.
How do you define social class?
What is oops concept with example?
What are the 3 principles of oop?
What is static modifier?