Answer Posted / padmas
1.Multiple Inheritance, in this type a class inherits methods from multiple classes
2.Multilevel Inheritance, in this type of class inherits methods from already inherited classes. 3.Single Inheritance, where a class inherits only from one class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is encapsulation process?
What is abstraction in oop with example?
What is the significance of classes in oop?
What is difference between inheritance and polymorphism?
What is polymorphism in oops with example?
What is super in oop?
Whats oop mean?
What is byval and byref? What are differences between them?
What is a class in oop?
What is a null tree?
How do you explain polymorphism?
What is a function in oop?
What is interface? When and where is it used?
What is multilevel inheritance explain with example?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).