InterviewSolution
Saved Bookmarks
| 1. |
Which of the following statements are correct in nature?(a) The conditional logical operators cannot be overloaded(b) The array indexing operator can be overloaded(c) A public or nested public preference type does not overload the equality operator(d) None of the mentionedI have been asked this question in an interview for job.Asked question is from Introduction of Overloaded Operators in division Object Oriented Concepts of C# |
|
Answer» The CORRECT CHOICE is (a) The CONDITIONAL logical operators cannot be overloaded |
|