Answer Posted / mayank kumar
in multiple inheritance there is more than one base class
and one derived class.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Why is abstraction needed?
What is abstraction with example?
Can abstract class have normal methods?
Write a program to reverse a string using recursive function?
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?
Can we create object of interface?
What is encapsulation and abstraction? How are they implemented in C++?
What is oops with example?
Why we use classes in oop?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What exactly is polymorphism?
What does <> mean pseudocode?
What is polymorphism in oops with example?
write a programe to calculate the simple intrest and compund intrest using by function overlading