In C#, can a constructor call a non-parameterized constructor of another class?Select one:TrueFalse
Question
In C#, can a constructor call a non-parameterized constructor of another class?Select one:TrueFalse
🧐 Not the exact question you are looking for?Go ask a question
Solution
False. In C#, a constructor cannot directly call a non-parameterized constructor of another class. However, it can create an instance of another class, which will implicitly call the non-parameterized constructor of that class.
Upgrade your grade with Knowee
Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.