The following is an example of... void log(int i) { } void log(double d) { } void log(const std::string& str) { } Select
Posted: Mon May 02, 2022 12:07 pm
The following is an example of... void log(int i) { } void log(double d) { } void log(const std::string& str) { } Select one: O Overloading Specialisation O Function templates O Overriding