MDrivenStart DefineInformation
Hans Karlsen (talk | contribs) (Created page with "Information Classes are name of things - like Car, Invoice, Customer. All information classes must belong to one Package. You can MDrivenStart Package|add or change package...") |
Hans Karlsen (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
Information Classes are name of things - like Car, Invoice, Customer. All information classes must belong to one Package. | Information Classes are name of things - like Car, Invoice, Customer. All information classes must belong to one Package. | ||
You can [[MDrivenStart Package|add or change packages]] if needed. | You can [[MDrivenStart Package|'''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. | 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. | 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 |
Revision as of 10:02, 6 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 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
This page was edited more than 1 years ago on 05/12/2023. What links here