Class diagram
Požadavky na absolvování
Otevřené: pondělí, 30. března 2020, 00.00
Termín: úterý, 6. dubna 2021, 00.00
Class diagram
Create a class diagram created from a sequence diagram to cancel an order.
Next, create an abstract Profile class that has the abstract methods to display, edit, and save and the AddDate attribute.
Next, create specific carrier profile, seller profile, manufacturer profile, and employee profile classes.
These particular classes will contain their own methods and attributes as well as the methods and attributes they have inherited. These inherited methods, as well as their own methods, are called specific methods (similarly to attributes). Specific classes are linked to an abstract class by generalization.