Multiple choice technology web technology C# has multiple inheritance True 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.