Skip to content
Snippets Groups Projects
Commit 70a45b68 authored by Yongjing Zhang's avatar Yongjing Zhang
Browse files

fix the relationship between 'Module' & 'ModuleClass'

parent d7bd559b
No related branches found
No related tags found
1 merge request!1Mas 2018 0050
......@@ -185,7 +185,7 @@ The advantage of identifying a subset of generic *ModuleClasses*, described belo
Every [Device](#Device) can then be described by a collection of *Modules* (functionality). In the simplest examples, where there are no extensions needed, each *ModuleClass* has exactly one "child" Module ... in such cases the software developer can consider the two terms to be the same.
The relationship between a *ModuleClass* and a *Module* is very similar to the specification of a class and an instantiated object in an object oriented programming language.
The relationship between a *ModuleClass* and a *Module* is very similar to the specification of a superclass and a subclass in an object oriented programming language.
**ModuleClass**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment