Write A Program using Single and Multiple Inheritance.



Write A Program using Single and Multiple Inheritance...

Answer / guest

#include<iostream.h>
{
class inheritance
int a;
{

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More OOPS Interview Questions

Write a program in c++ to read two floating point numbers and find their sum and average.

2 Answers  


What are the two different types of polymorphism?

0 Answers  


What is the difference between pass by value,pass by pointer,pass by reference in the catch block in the exception handling in c++

1 Answers   TCS,


What do you mean by abstraction?

0 Answers  


When will a constructor executed?

5 Answers   TCS,






Difference between over loading and over ridding?

12 Answers   CTS, Patni, Softvision Solution,


what is a ststic variable and stiticfunction briefly explain with exmple and in which case we use

2 Answers   HCL,


What is polymorphism and example?

0 Answers  


design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)

0 Answers   UBS,


What are the important components of cohesion?

0 Answers  


what is oops

4 Answers   DELL,


what is difference between c++ language and java language

5 Answers  


Categories