Write A Program using Single and Multiple Inheritance.
Answer Posted / guest
#include<iostream.h>
{
class inheritance
int a;
{
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is encapsulation in oops?
What is the problem with multiple inheritance?
Write a program to reverse a string using recursive function?
can we make game by using c
What is polymorphism what is it for and how is it used?
What is persistence in oop?
What polymorphism means?
any one please tell me the purpose of operator overloading
What is the difference between a constructor and a destructor?
Can static class have constructor?
Can abstract class have normal methods?
What are the 4 main oop principles?
write string class as your own class in java without using any built-in function
What is the diamond problem in inheritance?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?