Inclusion polymorphism is achieved through the use of ___.
virtual functions
The___ is another form of inheritance relationship known as containership between two classes, A and B.
Containment Inheritance
A ___ inherits all of the member variables within its superclass that are accessible to that subclass.
subclass
___ is a condition that is caused by a runtime error in the program.
Exception
Classes in C# cannot have more than one___ class.
super
An interface in C# is a ___ type.
reference