Answer Posted / s.nareshkumar
inheritance is the process of acquiring the one class properties to another class its called 'inheritance'
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What do you mean by operator overloading?
Can you use virtual, override or abstract keywords on an accessor of a static property?
What is an abstraction?
What are virtual functions, base class pointer, derived class pointer, biding references?
What is the difference between an Abstract class and Interface?
Which oops concept exposes only necessary information to the calling functions?
What is the base type from which all structs inherit directly?
What is difference between polymorphism and normalization?
Differentiate between a class and a method.
What if we make the method as abstract in another interface?
How to differentiate between a CreateObject() and GetObject() ?
What is dynamic or run time polymorphism?
What are the problems faced by the developer using object oriented programming language?
What is a ternary operator?
Can an interface contain fields?