uml - activities , active and passive classes in software engineering -
You may know that we have 2 types of classes based on activities, inactive classes, and active class. I just know that the active class is a class that has to be used when loading all CPUs, such as web services or windows.
Can you help about the idle class with some examples about it.
An active class is where an example of class becomes as soon as it is made. This behavior is usually specified by activities or state machine. When the example is destroyed the behavior ends.
The behavior of a passive class which is defined by its functions. This behavior only starts when one of the operations is called at the frequency of that class. The deal ends when the behavior ends.
Comments
Post a Comment