Answer the following statements true (T) or false (F)
1) The major drawback to polymorphically designed programs is that they
do not take into account the future addition or deletion of classes.
2) Polymorphism allows the addition of classes providing they were at least
considered during program development.
3) When a request is made to use a derived-class-object method through a
base-class reference, C# polymorphically chooses the correct overridden method in the appropriate derived class that’s associated with the object.
4) Polymorphism allows you to command a wide variety of objects even if
you do not know the objects’ types.
1) F
2) F
3) T
4) T
You might also like to view...
Under MVS, each partition has its own __________.
a. PRB b. SVRB c. TCB d. RB
Explain the following instruction: ADD 3000, 1050, 1900.
What will be an ideal response?
You can select a single range of cells by
Select one: A. Pressing the Shift key and an arrow key B. Clicking the upper-left cell in a group of cells and then pressing the Shift key while clicking the lower right cell in a group of cells C. Dragging over the desired cells D. Pressing the Ctrl key while dragging over the desired cells
The Backstage view option can be accessed using the _____ tab.
A. FILE B. HOME C. INSERT D. PAGE LAYOUT