Saved Bookmarks
| 1. |
___________ are the most commonly documented object.(a) Interface(b) Class(c) Functions(d) Libraries |
|
Answer» Correct answer is (c) Functions The explanation is: Function is very most commonly documented object. The introduction block, most functions have three tags namely @param, @examples and @return. |
|