asked 67.9k views
4 votes
What are the two possible stereotypes allowed for package: (Points : 6) framework and private

modelLibrary and protected
framework and modelLibrary
framework and protected

asked
User Kavvson
by
8.8k points

1 Answer

1 vote

Answer: framework and modelLibrary

Explanation: Stereotypes helps in the providing the control action to the class that is providing support to the other class in the UML(Unified modeling language) model. For the package as the model element the stereotypes allowed are framework and modelLibrary.

framework stereotype applied on the package for providing due to reusable components it persist. modelLibrary is the stereotype for the package that has reusable model elements.

Other options are incorrect because "private" and "protected" are not the stereotypes for the model element package.Thus the correct option is framework and modelLibrary.

answered
User Leafonsword
by
7.9k points

No related questions found