MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following statements are correct about constructors in C#.NET? 1.Constructors cannot be overloaded. 2.Constructors always have the name same as the name of the class. 3.Constructors are never called explicitly. 4.Con |
| A. | 2, 3, 4 |
| B. | 1, 3, 5 |
| C. | 4, 5 |
| D. | 3, 5 |
| Answer» B. 1, 3, 5 | |