What is Object and Class? What are the differences between
them?
Answer Posted / kalaivani
object-run time entity
class- bind of function & data
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is inheritance write a program to show use of inheritance?
Can abstract class have normal methods?
explain sub-type and sub class? atleast u have differ it into 4 points?
What is the diamond problem in inheritance?
Whats oop mean?
What is meant by oops concept?
Why it is called runtime polymorphism?
What is abstraction oop?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
what are the different types of qualifier in java?
Why multiple inheritance is not possible?
What is multilevel inheritance in oop?
What is the real life example of polymorphism?
What is encapsulation oop?
Can we override main method?