Answer:
The correct answer for the given question inheritance.
Step-by-step explanation:
The process of deriving the New class from the old class is known is inheritance .Inheritance provide reusability .Their are many types of inheritance
1.Single level
2.Multilevel
3.Multiple
4.Hybrid.
Polymorphism means express the object in more then one form thats why "Polymorphism "is wrong answer acccording to question.
Function having same name but different parameter this is known as function overloading thats why "function overloading "is wrong answer acccording to question.
constructor are used to initialize variable .Copy constructor means we pass the reference of constructor into other constructor this is known as copy constructor thats why "The copy constructor" is wrong answer acccording to question.
So the correct answer is " Inheritance".