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
What is the difference between a class and a structure?
Can an interface inherit from another interface?
Why does java not support multiple inheritance?
What is a friend function?
What is an abstract property. Give an example?
What are the main features of oops?
Explain the use of Vtable and what are the various problems to override the functions?
Explain what an object is.
What is the difference between an abstract class and interface in java?
Can we use static method definitions in interfaces?
What is the default access modifier in a class?
What is multiple inheritance? How java 8 supports multiple inheritance?
What is a constructor in class?
Name the different creational patterns in object oriented design?
what three "domains" are considered during analysis modeling?