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
What is encapsulation process?
explain sub-type and sub class? atleast u have differ it into 4 points?
Why do we use polymorphism?
What is basic concept of oop?
What is encapsulation example?
Can enum be null?
What is the difference between a constructor and a destructor?
What is abstraction and encapsulation?
What is the difference between encapsulation and polymorphism?
What is new keyword in oops?
What is this pointer in oop?
What are the data types in oop?
Why we use classes in oop?
What is constructor in oop?
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!!!)