The keyword to use while overloading operators is:

A) Operator
B) Overload
C) Overloads

Showing Answers 1 - 6 of 6 Answers

sumit01_77

  • Dec 15th, 2005
 

C) overloads

Explanation:

The Overloads keyword declares a property or method with the same name as an existing member, but with an argument list different from the original member

  Was this answer useful?  Yes

Madhavi Gunda

  • Mar 20th, 2006
 

Sumit you are correct...Overload keyword declare property or method.........

  Was this answer useful?  Yes

dannboy

  • Mar 20th, 2006
 

true, but any time you are declareing an operator you are overloading it because there is always one defined for you already. The Operator key word does that for you.

  Was this answer useful?  Yes

Ash Khan

  • May 13th, 2006
 

it's overloads.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions