In what type(s) of situation(s) would it be best to make a new derived class from a base class?
A. When your old class is a general form of what your new class should be
B. When you need to create a specialized class from an existing class
C. To add functionality to an existing class
D. All of the above.
D. All of the above.
You might also like to view...
In the Round function, the precision cannot be a negative number
Indicate whether the statement is true or false
All of the following are valid statements in reference to the IIf function EXCEPT:
A) IIf functions can only be used when a condition will evaluate to either true or false B) IIf functions work only with numeric values and not with text C) IIf functions can be nested when two when two conditions are not sufficient to evaluate an expression D) IIf functions can contain other functions as arguments