Solved

Suppose Two Clock Class Functions Named Get_military_time Use the Following

Question 25

Multiple Choice

Suppose two Clock class functions named get_military_time use the following headers:
Std::string get_military_time (int hours, int minutes) ;
Std::string get_military_time (int hours, int minutes, int seconds) ;
The get_military__time member function is said to be __________.


A) overloaded
B) overridden
C) downcast
D) extended

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions