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 are the different forms of polymorphism??

8 Answers   Mantaq, NUC, PCS,


What is super in oop?

0 Answers  


What are the 4 main oop principles?

0 Answers  


program for insertion ,deletion,sorting in double link list

0 Answers  


What is encapsulation in simple terms?

0 Answers  






What is multiple inheritance ?

17 Answers   Blue Star, C DAC, CDAC, Impetus, Ness Technologies, Softvision Solution,


How to create a comment page in C #??

2 Answers  


What is a class in oop?

0 Answers  


Get me a number puzzle game-program

0 Answers  


assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).

0 Answers  


What is polymorphism in oops?

0 Answers  


Why do we use virtual functions?

4 Answers  


Categories