| 1: | Which of the following is true about methods ? -
Methods are assigned to objects. -
Methods are assigned to graphics. -
Methods are assigned to an EPS external file. -
Methods are never assigned. |
| A1: | A. Methods are assigned to objects. |
| 2: | Which of the following is not a method of the Sound object? -
setDate -
setVolume -
setPan -
setTransform |
| A2: | A. setDate is not a method of the Sound object. |
| 3: | Methods are which of the following? -
The same as objects -
Functions that an object can perform -
Functions that a graphic can perform -
The same as classes |
| A3: | B. Methods are functions that an object can perform. |