MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following statements are correct? 1.All operators in C#.NET can be overloaded. 2.We can use the new modifier to modify a nested type if the nested type is hiding another type. 3.In case of operator overloading all parameters |
| A. | 2, 4 |
| B. | 1, 3 |
| C. | 3, 4 |
| D. | 2, 5 |
| Answer» E. | |