• 2022-05-29
    Which of the following conventions about inheritance in C# is correct?
    A: A subclass in C# can have multiple direct parents.
    B: C# does not support multiple inheritance.
    C: C# does not support multi-level inheritance.
    D: Inheritance is not passable in C#.