WHAT IS THE ACTUAL DEFINATION OF OBJECT AND THE CLASS IN ONE
SINGLE LINE WHICH THE INTERVIEWER WANT TO LISTEN.
Answer Posted / guest
object is a runtime entity
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
How long to learn object oriented programming?
What is overriding in oop?
What is abstraction oop?
Explain the concepts involved in Object Oriented programming.
What polymorphism means?
What is polymorphism what is it for and how is it used?
What is class encapsulation?
Can we create object of interface?
What is destructor oops?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What is data binding in oops?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What is difference between multiple inheritance and multilevel inheritance?
What is encapsulation in ict?
Why interface is used?