MDrivenStart DefineInformation
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
SuperClasses after often made Abstract - an abstract class cannot have instances - it acts as a template for SubClasses. | 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 | A class has [[MDrivenStart Attributes|'''Attributes''']] that keeps information for the class |
Revision as of 10:41, 6 July 2020
This page was created by Hans.karlsen on 2020-07-05. Last edited by Stephanie on 2025-01-31.
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 may inherit all properties of a SuperClass - thus extending the SuperClass definition under a more Specialized name.
SuperClasses after often made Abstract - an abstract class cannot have instances - it acts as a template for SubClasses.
A class has Attributes that keeps information for the class