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??
Answers were Sorted based on User's Feedback
What is Object and Class? What are the differences between them?
write a c++ program to find maximum of two numbers using inline functions.
What is difference between new and malloc?
How Do you Code Composition and Aggregation in C++ ?
What is multiple inheritance? Give Example
what is the function of 'this' operator ?
what are the different types of qualifier in java?
What is polymorphism what is it for and how is it used?
How oops is better than procedural?
What do you mean by variable?
What is oops concept with example?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?