Ask Question
21 August, 21:57

What are the Java counterpart to UML attributes.

+3
Answers (1)
  1. 21 August, 22:06
    0
    The Java counterpart to UML attributes are member variables and related accessor operations. The attributes identified in the class will be generated as member variables which can be private, public or protected.

    The generation process can also generate the necessary accessor operations. Examples: get and set operations.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “What are the Java counterpart to UML attributes. ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers