InterviewSolution
Saved Bookmarks
| 1. |
Which of the following keyword is used to overload user defined types by defining static member functions?(a) op(b) opoverload(c) operator(d) operatoroverloadI had been asked this question during a job interview.This is a very interesting question from Introduction of Overloaded Operators in division Object Oriented Concepts of C# |
|
Answer» CORRECT CHOICE is (C) operator To EXPLAIN: NONE. |
|