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
What is object-oriented programming? Webopedia definition
which feature are not hold visual basic of oop?
What is abstraction in oop?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What is a class in oop?
What is polymorphism explain its types?
What is coupling in oop?
What are the benefits of oop?
What is the difference between static polymorphism and dynamic polymorphism?
What is difference between oop and pop?
What is polymorphism and its types?
What are the 4 main oop principles?
What is the real life example of polymorphism?
How to call a non virtual function in the derived class by using base class pointer