Open In App

C++ | Function Overloading and Default Arguments | Question 5

Which of the following in Object Oriented Programming is supported by Function overloading and default arguments features of C++.
(A) Inheritance
(B) Polymorphism
(C) Encapsulation
(D) None of the above

Answer: (B)
Explanation: Both of the features allow one function name to work for different parameter.
Quiz of this Question

Article Tags :