Home »
MCQs »
OOPs MCQs
If two functions with the same name have different prototypes, C++ considers them as ____?
83. If two functions with the same name have different prototypes, C++ considers them as ____?
- Friend Function
- Overloaded function
- Abstract function
- Operator overloading function
Answer: B) Overloaded function
Explanation:
If two functions with the same name have different prototypes, C++ considers them as overloaded functions.