Answer Posted / padmas
Yes, I know about Multiple Inheritance, where a class inherits classes', class members from base class as well as other multiple classes. Likewise, a class inherits number of many other classes, class members.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
program for insertion ,deletion,sorting in double link list
Why is polymorphism important in oop?
What are different oops concepts?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What is abstraction example?
what are the realtime excercises in C++?
Is data hiding and abstraction same?
What are oops functions?
What is overloading in oops?
What is data binding in oops?
What is advantage of inheritance?
Why we use classes in oop?
What is cohesion in oop?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
Can we create object of interface?