C classes
polymorphism
CORRECT: virtual, abstract, or override.
WRONG:interface
An abstract class cannot be instantiated in c sharp/c#.
cannot be inherited.
Properties and virtual methods.
add a colon (:) followed by the Base Class name in the derived class declaration.
"casting" to
convert the data back to its original type when accessing it, and using interfaces.
interfaces