Saved Bookmarks
| 1. |
Which of the following is called a one-line description of the package?(a) Function(b) Title(c) Interface(d) Class |
|
Answer» The correct option is (b) Title The best I can explain: Title is a one-line description of the package, and is often also shown in package listing. It should be plain text, capitalised like a title, and NOT end in a period. |
|