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 / veena
When a constructor is made private, object of that class
can not be created. That is called as Abstract class.
constructors can not be inherited. Moreover, when this
class is inherited, the base class object can not be
created. So we can not create the derived class object
also.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Which is not an object oriented programming language?
What language is oop?
What is oops and its features?
What is advantage of inheritance?
What is oops?what is its use in software engineering?
which feature are not hold visual basic of oop?
What is class and example?
What is oops concept with example?
Please send ford technologies placement paper 2 my mail id
What is encapsulation process?
Why do we use class?
What is destructor example?
Why is polymorphism important in oop?
What is solid in oops?
What are the components of marker interface?