Answer Posted / senthilkumar
one object acquires the properties of the another object.
a class is existing the base class.
a class is derived from base class.
subclass access the function and data of the base class.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Write down how will you create a Binary tree?
Explain the usage of encapsulation?
Explain what is polymorphism?
What is difference between class and interface?
What are the problems faced by the developer using object oriented programming language?
What is the difference between data hiding and implementation?
Explain what is single and multiple inheritance?
Explain OOPS.
If a method definition has been specified in class , its base class , and the interface which the class is implementing, which definition will be picked if we try to access it using interface reference and class object?
How many methods are there in the externalizable interface?
What are different types of arguments?
What is the use if instanceof keyword?
What is composition? Explain the purpose of composition.
What is static polymorphism?
What does the keyword virtual represented in the method definition?