When a private constructer is being inherited from one
class to another class and when the object is instantiated
is the space reserved for this private variable in the
memory??
Answer Posted / reejusri
Neha, your question is not proper, please edit that. Some
where inheritance of private constructor and some where
private variable.
Please edit it so that people can help you.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
explain sub-type and sub class? atleast u have differ it into 4 points?
Why is oop useful?
to find out the minimum of two integer number of two different classes using friend function
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
Why is object oriented programming so hard?
Why do we use oops?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
Why do we need polymorphism in c#?
What is a class in oop?
What makes a language oop?
What is inheritance in oop?
write a C++ program for booking using constructor and destructor.
Why do we use class in oops?
What is the purpose of polymorphism?
when to use 'mutable' keyword and when to use 'const cast' in c++