InterviewSolution
Saved Bookmarks
| 1. |
Can A Class Or A Struct Have Multiple Constructors? |
|
Answer» Yes, a CLASS or a struct can have multiple CONSTRUCTORS. Constructors in csharp can be OVERLOADED. Yes, a class or a struct can have multiple constructors. Constructors in csharp can be overloaded. |
|