Answer Posted / devi
Derivation of several classes from a single class i.e.,the
traits of one class may be inherited by more than one
class,is called hierarchical inheritance.
| Is This Answer Correct ? | 28 Yes | 4 No |
Post New Answer View All Answers
Which is not an object oriented programming language?
why reinterpret cast is considered dangerous?
#include
• What are the desirable attributes for memory managment?
What is and I oop mean?
What is stream in oop?
What is byval and byref? What are differences between them?
Can we create object of abstract class?
What is purpose of inheritance?
What is overriding in oop?
What is protected in oop?
What is use of overloading?
Can an interface inherit a class?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
what is difference between class template and template class?