MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following keyword is used to overload user-defined types by defining static member functions? |
| A. | <i class="csharp-code">op</i> |
| B. | <i class="csharp-code">opoverload</i> |
| C. | <i class="csharp-code">operator</i> |
| D. | <i class="csharp-code">operatoroverload</i> |
| E. | <i class="csharp-code">udoperator</i> |
| Answer» D. <i class="csharp-code">operatoroverload</i> | |