Multiple choice technology web technology

C# has multiple inheritance

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

C# does not support multiple inheritance of classes. While it supports multiple inheritance through interfaces, the statement about multiple inheritance of classes is false.