Placement Assistance Question:

Download Job Interview Questions and Answers PDF

Explain Overriding?

Placement Assistance Interview Question
Placement Assistance Interview Question

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 Interview Questions And Answers PDF

Previous QuestionNext Question
Explain Overloading?Adobe Telephonic Interview Questions: