MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following is correct declaration for a generic? |
| A. | GENERIC (name : type := initial_value); |
| B. | GENERIC (type : name := initial_value); |
| C. | GENERIC (name : type <= initial_value); |
| D. | GENERIC ( ype : name <= initial_value); |
| Answer» B. GENERIC (type : name := initial_value); | |