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 ____?

  1. Friend Function
  2. Overloaded function
  3. Abstract function
  4. Operator overloading function

Answer: B) Overloaded function

Explanation:

If two functions with the same name have different prototypes, C++ considers them as overloaded functions.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.