Multiple Choice
When the compiler binds a member function call with the version of the function that resides in the same class as the call itself, this is considered ________ binding.
A) local
B) safe
C) static
D) dynamic
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: A member function of a derived class
Q10: When more than one class is derived
Q11: A virtual function is a member function
Q16: Polymorphism is when _ in a class
Q24: More than one class may be derived
Q26: Pointers to a base class may be
Q28: A _ of a base class expects
Q29: When arguments must be passed to the
Q32: Multiple inheritance opens the opportunity for a
Q39: The _ constructor is called before the