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


Please Help Members By Posting Answers For Below Questions

What is the significance of classes in oop?

789


What is the main feature of oop?

886


What is the benefit of oop?

752


Will I be able to get a picture in D drive to the c++ program? If so, help me out?

1858


What are functions in oop?

776


What is oops with example?

757


What is interface? When and where is it used?

1867


What is abstraction encapsulation?

852


What is a null tree?

846


Can a varargs method be overloaded?

802


class type to basic type conversion

2078


What is object and class in oops?

777


explain sub-type and sub class? atleast u have differ it into 4 points?

2035


to find out the minimum of two integer number of two different classes using friend function

1865


i am getting an of the type can not convert int to int *. to overcome this problem what we should do?

2052