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
How Do you Code Composition and Aggregation in C++ ?
What is polymorphism used for?
What is coupling in oop?
Can bst contain duplicates?
What is a class oop?
State what is encapsulation and friend function?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What is the advantage of oop over procedural language?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
What is encapsulation and abstraction? How are they implemented in C++?
What is abstraction in oops?
What is polymorphism and example?
how to get the oracle certification? send me the answer
Can you inherit a private class?
What is class and object with example?