May 2010
Intermediate to advanced
1272 pages
61h 18m
English
Modules cannot implement interfaces. If you need to implement interfaces, you should consider developing a class with shared members instead of a module.
Modules are an alternative for working with shared members and data. Although with some limitations if compared to classes, they are useful for exchanging information across the project. In this chapter you got an overview of modules, and you saw what the differences between modules and classes are.
Read now
Unlock full access