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



When a private constructer is being inherited from one class to another class and when the object ..

Answer / vatsa

yes.

Is This Answer Correct ?    1 Yes 4 No

When a private constructer is being inherited from one class to another class and when the object ..

Answer / nk

constructors cannot be private.

Is This Answer Correct ?    2 Yes 5 No

When a private constructer is being inherited from one class to another class and when the object ..

Answer / varsha vilas kalebag

yes

Is This Answer Correct ?    1 Yes 6 No

Post New Answer

More OOPS Interview Questions

What is Object and Class? What are the differences between them?

5 Answers  


write a c++ program to find maximum of two numbers using inline functions.

3 Answers   IBM,


What is difference between new and malloc?

7 Answers   emc2,


How Do you Code Composition and Aggregation in C++ ?

3 Answers   IBM, NET,


What is multiple inheritance? Give Example

6 Answers   Mind Tree,


what is the function of 'this' operator ?

7 Answers   Wipro,


what are the different types of qualifier in java?

0 Answers   TCS,


What is polymorphism what is it for and how is it used?

0 Answers  


How oops is better than procedural?

0 Answers  


What do you mean by variable?

0 Answers  


What is oops concept with example?

0 Answers  


Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?

0 Answers   TCS,


Categories