R

Ram Sharma • 3.40K Points
Extraordinary

Q. Which feature in C# allows defining a method with the same name but different parameters?

  • (A) Overriding
  • (B) Overloading
  • (C) Polymorphism
  • (D) Extension

Explanation by: Ram Sharma
`Overloading` allows a method to have the same name with different signatures.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.