How to overload enum operator.

Showing Answers 1 - 1 of 1 Answers

kalayama

  • Dec 5th, 2006
 

Enum is not an operator. It is a datatype. Hence it can NOT be overloaded as an operator.You can define operations on enum datatypes and Overload operators for perfoming operations using enum though.If your question is "Overloading Enum", then using operator overloading techniques it is not possible to overload it.

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