WHAT IS THE ACTUAL DEFINATION OF OBJECT AND THE CLASS IN ONE
SINGLE LINE WHICH THE INTERVIEWER WANT TO LISTEN.
Answer Posted / kp shekhawat
A class is a collection of variables
Object, use the new statement to instantiate a class
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are the benefits of polymorphism?
How to call a non virtual function in the derived class by using base class pointer
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?
What is abstraction and encapsulation?
Which language is not a true object oriented programming language?
What does no cap mean?
What is coupling in oop?
What is interface in oop?
What is encapsulation process?
What is methods in oop?
Is data hiding and abstraction same?
What is object in oop?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
what is different between oops and c++
What is coupling in oops?