Q:

How is function overloading different from template class?

0

How is function overloading different from template class?


  1. Overloading is multiple function doing same operation, Template is multiple function doing different operations
  2. Overloading is single function doing different operations, Template is multiple function doing different operations
  3. Overloading is multiple function doing similar operation, Template is multiple function doing identical operations
  4. Overloading is multiple function doing same operation, Template is same function doing different operations

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

(c).Overloading is multiple function doing similar operation, Template is multiple function doing identical operations

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

OBJECT ORIENTED PROGRAMMING OBJECTS AND CLASSES IN OOPS MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
What if static members are declared inside templat... >>
<< The _____________ class is a specialization of a m...