The following is an example of... void log(int i) { } void log(double d) { } void log(const std::string& str) { } Select
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
The following is an example of... void log(int i) { } void log(double d) { } void log(const std::string& str) { } Select
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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!