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 the difference between a constructor and a destructor?
what are the different types of qualifier in java?
What is constructor overloading in oop?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What are the 4 main oop principles?
Why do pointers exist?
What do you mean by overloading?
What is protected in oop?
What is encapsulation in oop?
What exactly is polymorphism?
What are constructors in oop?
Why is abstraction needed?
What is data binding in oops?
why reinterpret cast is considered dangerous?
What does enum stand for?