InterviewSolution
Saved Bookmarks
| 1. |
Choose the correct statement among the below mentioned statements.(a) Forgetting to declare an operator method as public(b) Forgetting to declare an operator method as static(c) Forgetting to return a bool type value while overloading a relational operator(d) All of the mentionedI had been asked this question during an online interview.My query is from Introduction of Overloaded Operators topic in portion Object Oriented Concepts of C# |
|
Answer» RIGHT ANSWER is (d) All of the mentioned Explanation: NONE |
|