Open In App

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

Like Article
Like
Save
Share
Report

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


Last Updated : 28 Jun, 2021
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads