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
Solution: B is Correct
Both of the features allow one function name to work for different parameter.