Vidyalelo
C++ Programming · Q29

Polymorphism in C++

Programming · C++ Programming · question 29

Q29

Which C++ feature allows a function to behave differently based on the number or types of its arguments?

A.
Operator overloading
B.
Function overloading
Answer
C.
Inheritance
D.
Encapsulation

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board