Problem:
Question 1: In UML behavioral modeling, a message is _____.
a) a data structure to hold information
b) a function or procedure call from one object to another object
c) a relationship between two objects
Question 2: Which of the following does not make a good analysis class?
a) it is crisp and models one specific element
b) has well define responsibilities
c) it has high cohesion
d) it has high coupling
Please select correct answer and also provide explaination.