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 / varsha vilas kalebag
yes
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
What exactly is polymorphism?
What is encapsulation process?
What is the problem with multiple inheritance?
What is the types of inheritance?
write a program that takes input in digits and display the result in words from 1 to 1000
What is the highest level of cohesion?
What polymorphism means?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
What is encapsulation example?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
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
What are objects in oop?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What is destructor in oop?
Why polymorphism is used in oops?