Valid OMG-OCUP2-ADV300 Dumps shared by ExamDiscuss.com for Helping Passing OMG-OCUP2-ADV300 Exam! ExamDiscuss.com now offer the newest OMG-OCUP2-ADV300 exam dumps, the ExamDiscuss.com OMG-OCUP2-ADV300 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com OMG-OCUP2-ADV300 dumps with Test Engine here:
Choose the correct answer: Which keyword indicates that instances of one Classifier may be used instead of Instances of another Classifier?
Correct Answer: D
In UML, the keyword «isSubstitutable» is used to indicate that instances of one classifier may be used in place of instances of another classifier. This concept is commonly applied in the context of generalization, where a subclass can be substituted for its superclass. The substitutability is a fundamental principle of object-oriented design, particularly in the Liskov Substitution Principle, which states that objects of a superclass should be replaceable with objects of a subclass without affecting the correctness of the program. This principle is reflected in UML's support for polymorphism, which is implicit in the generalization relationships between classifiers.