a. The attributes of a class represent how objects of the class appear to the outside world. The behavior represents how an object of a class reacts to an external stimulus. Given this, what do you think is the mechanism by which one object "triggers" the designated behavior in another object?
b. If behavior in C++ is constructed by defining an appropriate function, how do you think the behavior is activated in C++?