Placement Assistance Question:
Download Job Interview Questions and Answers PDF
Explain Overriding?
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.
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 Question | Next Question |
Explain Overloading? | Adobe Telephonic Interview Questions: |