Operator Overloading:
Using operator overloading we can change the meaning to the existing operator, All operator over-loading functions should be static, Using operator keyword we can over-load unary-operator and binary operators.
Example on Operator Overloading:
Start Microsoft Visual Studio - Click on file- New- Open New Project

Name your Project in the given field and press OK button, there you see a form that is in design mode
Add a Button Control on to your form, from ToolBox


Comments (0)
Post a Comment