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
What is constructor in oop?
write string class as your own class in java without using any built-in function
What is overloading in oop?
What is interface in oop?
What is inheritance write a program to show use of inheritance?
What do you mean by Encapsulation?
How to hide the base class functionality in Inheritance?
What is a class oop?
How to use CMutex, CSemaphore in VC++ MFC
What are the benefits of interface?
What is oops concept with example?
What is the purpose of enum?
Can static class have constructor?
What is encapsulation in oops?
Why do we need polymorphism in c#?