Home »
MCQs »
C# MCQs
Which is not a type of constructor in C#?
75. Which is not a type of constructor in C#?
- Static Constructor
- Private Constructor
- Body Constructor
- Parameterized Constructor
Answer: C) Body Constructor
Explanation:
There are basically 5 types of the constructors in C#, they are:
- Static constructor
- Private constructor
- Copy constructor
- Default constructor
- Parameterized constructor