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 the significance of classes in oop?
What is the main feature of oop?
What is the benefit of oop?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
What are functions in oop?
What is oops with example?
What is interface? When and where is it used?
What is abstraction encapsulation?
What is a null tree?
Can a varargs method be overloaded?
class type to basic type conversion
What is object and class in oops?
explain sub-type and sub class? atleast u have differ it into 4 points?
to find out the minimum of two integer number of two different classes using friend function
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?