You are employed as a developer at ABC.com. You make use of C# and ASP.NET for
development purposes.
You have been instructed to develop a new Windows application for ABC.com. You are in the
process of defining a new common base class that must be used by various derived classes. You
want to declare the new base class
What is the option you should use?
A.
You should consider making use of the actual keyword.
B.
You should consider making use of the limit keyword.
C.
You should consider making use of the interface keyword.
D.
You should consider making use of the concrete keyword.
C.