Which one of the following is not the feature of C#?A. Multiple inheritanceB. Interface supportedC. Locals can not shadow global variablesD. Operator Overloading is allowed
Question
Which one of the following is not the feature of C#?A. Multiple inheritanceB. Interface supportedC. Locals can not shadow global variablesD. Operator Overloading is allowed
🧐 Not the exact question you are looking for?Go ask a question
Solution
The feature that is not supported by C# is A. Multiple inheritance. C# does not support multiple inheritance due to the complexity and ambiguity it can cause. However, C# supports multiple interfaces.
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.