Multiple choice .net c-sharp An abstract class may contain instance variables may contain constructors may extend another class a and b all of the above Reveal answer Fill a bubble to check yourself E Correct answer Explanation Abstract classes can contain instance variables, constructors (though not directly instantiated), and extend another class (single inheritance). All statements A, B, and C are true, so E is correct.