πŸ“Š C++
Q. Which C++ feature allows different functions to have the same name but different parameters?
  • (A) Function Overloading
  • (B) Function Overriding
  • (C) Encapsulation
  • (D) Polymorphism
πŸ’¬ Discuss
βœ… Correct Answer: (A) Function Overloading

Explanation: Function overloading allows multiple functions to share the same name but with different parameters.

Explanation by: Gopal Sharma
Function overloading allows multiple functions to share the same name but with different parameters.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
231
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Gopal Sharma
Publisher
πŸ“ˆ
93%
Success Rate