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 / uttama

constructors can not be inherited!
bcoz their work is to initialise the object of the class to
which they belong to!
so if they get inherited,how can they initialise the object
of the derived class!

Is This Answer Correct ?    17 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is encapsulation process?

770


explain sub-type and sub class? atleast u have differ it into 4 points?

2025


Why do we use polymorphism?

741


What is basic concept of oop?

871


What is encapsulation example?

730


Can enum be null?

746


What is the difference between a constructor and a destructor?

825


What is abstraction and encapsulation?

744


What is the difference between encapsulation and polymorphism?

797


What is new keyword in oops?

764


What is this pointer in oop?

765


What are the data types in oop?

791


Why we use classes in oop?

746


What is constructor in oop?

797


Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)

1824