WHAT IS THE ACTUAL DEFINATION OF OBJECT AND THE CLASS IN ONE
SINGLE LINE WHICH THE INTERVIEWER WANT TO LISTEN.
Answer Posted / hareesh d
Object :is a one which contains both data and member functions
class:which contains group of objects
| Is This Answer Correct ? | 16 Yes | 10 No |
Post New Answer View All Answers
What is overloading and its types?
What is overloading in oop?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
Explain the concepts involved in Object Oriented programming.
What is polymorphism and its types?
What is inheritance write a program to show use of inheritance?
Can abstract class have normal methods?
What is the difference between a mixin and inheritance?
What are objects in oop?
What is the use of oops?
What is the difference between static polymorphism and dynamic polymorphism?
What is an advantage of polymorphism?
What is destructor in oop?
Plese get me a perfect C++ program for railway/airway reservation with all details.
What is encapsulation in simple terms?