Computer Science - Object Oriented Programming Using C++ - Discussion

Discussion Forum : Object Oriented Programming Using C++ - Section 1 (Q.No. 24)
24.
When a child class function is called, the compiler looks first for a matching function name in the _____
class of the object using the function name
immediate ancestor class
base class
descendant class
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
3 comments Page 1 of 1.

Abhishek pardeshi said:   1 decade ago
Function is called using objects and hence the compiler looks first for a matching function name in the class of the object using the function name.
(1)

Rameshkumar said:   1 decade ago
Please give proper reason.

Sharanya said:   1 decade ago
Didn't get. Explain in easy way.

Post your comments here:

Your comments will be displayed after verification.