Question: How are C# classses limited?
- They do not support multiple inheritance.
- They support multiple inheritance.
- They can have only a set number of properties.
- They can have only a set number of methods.
Answer: The correct answer of the above question is Option A:They do not support multiple inheritance.