A procedure in a subclass that has the same name as a procedure in its base class must be declared in the subclass with the ____ keyword.
A. Overridable
B. Overrides
C. Replaceable
D. Replaces
Answer: B
Computer Science & Information Technology
You might also like to view...
The __________ operator performs division and returns the remainder.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
A(n) __________ is like a pointer. It is used to access the individual data elements in a container.
a. element access operator b. subscript indicator c. global data finder d. iterator e. None of these
Computer Science & Information Technology