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
Why do we need polymorphism in c#?
2. Give the different notations for the class.\
What is object and class in oops?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What does it mean when someone says I oop?
What is the important feature of inheritance?
What is destructor example?
#include
Why is oop useful?
write knight tour problem which is present in datastructure
What is multilevel inheritance?
what type of question are asked in thoughtworks pair programming round ?
What are objects in oop?
What is destructor give example?
How to call a non virtual function in the derived class by using base class pointer