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 |
What is the Advantage of Interface over the Inheritance in OOPS?
what is mean by design pattern
What is overloading in oops?
why overriding?
2. Give the different notations for the class.\
what is oppes
What is the main feature of oop?
How to use CMutex, CSemaphore in VC++ MFC
In multiple inheritance , to create sub class object , is there need to create objects for its superclasses??? in java and c++ both. Actually i have some information that is , all available members from its superclasses , memory created in subclass obj , so no need to create object for its superclasses...??? Thanks in Advance
If a=5, b=6, c=7, b+=a%c*2. What is the final value of b?
what is the size of an empty class
Write a program to demonstrate the use of 'Composition' in C++