Ask Question
23 March, 13:42

Which of the following can be used to record the behavior of classes?

A) Javadoc comments

B) Nouns and verbs in the problem description

C) Polymorphism

D) UML notation

+1
Answers (1)
  1. 23 March, 16:38
    0
    A) Javadoc comments

    Explanation:

    It is used for documenting the java source code in HTML and java code documentation. The difference between multi-line comment and javadoc is that, javadoc uses extra asterisk, For example-

    /**

    * This is a Javadoc

    */

    It is used to record the behavior of classes. There are various tags used in this like @author,{@code},@exception and many more.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Which of the following can be used to record the behavior of classes? A) Javadoc comments B) Nouns and verbs in the problem description C) ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers