Question: How are C# classses limited?

  1. They do not support multiple inheritance.
  2. They support multiple inheritance.
  3. They can have only a set number of properties.
  4. 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.