Multiple choice

A function or group of functions that differ in the types of parameters they use is called

  1. virtual function

  2. function template

  3. static funciton

  4. friend function

  5. inline function

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

A function or group of functions that differ in the types of parameters they use is called function template.