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 multiple and multilevel inheritance?
What are the different types of inheritance?
What is function override?
State some of the advantages of object oriented programming?
What is meant by overloading functions and operators?
What are different types of arguments?
How many methods do u implement if implement the serializable interface?
What is polymorphism and abstraction?
What are the four important foundation concepts of OOP ?
How a program can be structured using the concept of object oriented programming?
What is @functionalinterface?
A class inherits from 2 interfaces and both the interfaces have the same method name as shown below. How should the class implement the drive method for both car and bus interface?
What is meant by function overloading and function overriding?
What is the use of interface?
What is garbage collection(gc)?