MDrivenStart DefineInformation
No edit summary
No edit summary
Line 4: Line 4:


A [[MDrivenStart Class|'''Class is described in more detailed here''']]
A [[MDrivenStart Class|'''Class is described in more detailed here''']]
SuperClasses after often made Abstract - an abstract class cannot have instances - it acts as a template for SubClasses.


A class has [[MDrivenStart Attributes|'''Attributes''']] that keeps information for the class, and [[MDrivenStart Associations|'''Associations''']] that makes it relate to other classes. A class can also have [[MDrivenStart Methods|'''methods''']] that is logic that performs some task.
A class has [[MDrivenStart Attributes|'''Attributes''']] that keeps information for the class, and [[MDrivenStart Associations|'''Associations''']] that makes it relate to other classes. A class can also have [[MDrivenStart Methods|'''methods''']] that is logic that performs some task.

Revision as of 12:02, 10 July 2020

Information Classes are name of things - like Car, Invoice, Customer. All information classes must belong to one Package.

You can add or change packages if needed.

A Class is described in more detailed here

A class has Attributes that keeps information for the class, and Associations that makes it relate to other classes. A class can also have methods that is logic that performs some task.

A special kind of attribute is the State machine - that holds information on how information progress over time within objects in this class

Back One Back to Start Chat Updated!

This page was edited more than 1 years ago on 05/12/2023. What links here