In order to tell the compiler to wait to decide which version of a function to use, you must precede the function declaration in the base class with the keywordSelect one:a. operator.b. friend.c. virtual.d. void.