override specifier is added to the end of a member function declaration, what happens if the function is not specified as virtual in the parent class?
a) The function is overridden in the derived class.
b) There is a compiler error.
c) The function in the parent class will always be invoked.
b) There is a compiler error.
Computer Science & Information Technology
You might also like to view...
The typical relationship between tables is the one-to-many relationship
Indicate whether the statement is true or false
Computer Science & Information Technology
Comparing pointers and performing pointer arithmetic on them is meaningless unless:
a. They point to elements of the same array. b. You are trying to compare and perform pointer arithmetic on the values to which they point. c. They point to arrays of equal size. d. They point to arrays of the same type.
Computer Science & Information Technology