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 difference between abstraction and encapsulation?
monkey starts climbing up a tree 20ft tall,each hour ,it hops 3ft and slips back by 2ft .how much time it wil tak to reach top of the tree?
create a class complex having real and imaginary part of a complex no. as a data member. overload the binary operators(+,- and *) to perform the operations on complex no. objects. overload binary operator using friend function.
2 Answers CTS, Delhi University,
what are the uses of C++
What is the difference between static polymorphism and dynamic polymorphism?
Are polymorphisms mutations?
What is encapsulation c#?
There are 2 classes defined as below public class A { class B b; } public class B { class A a; } compiler gives error. How to fix it?
What is the real time example of encapsulation?
The expansion of GNU
What is meant by oops concept?
What is class in oop with example?