Placement Assistance Question:

Explain Overriding?

Tweet Share WhatsApp

Answer:

It happens in inheritance, when base class has a fucntion called "int sum(int a ,int b)" and the derived class also has the function "int sum(int a ,int b)".in this case we cannt access the base class class function by just creating an object of derived class.

If the base class function has the keyword Virtual then it means that the function should be overrided and we use the keyword Override.

Download Placement Assistance PDF Read All 29 Placement Assistance Questions
Previous QuestionNext Question
Explain Overloading?Adobe Telephonic Interview Questions: