title | type | description | num | previous-page | next-page |
---|---|---|---|---|---|
Domain Modeling |
chapter |
This chapter provides an introduction to domain modeling in Scala 3. |
20 |
control-structures |
domain-modeling-tools |
This chapter shows how you can model the world around you with Scala 3:
- The Tools section introduces the tools that are available to you, including classes, traits, enums, and more
- The OOP Modeling section looks at modeling attributes and behaviors in an object-oriented programming (OOP) style
- The FP Modeling section looks at domain modeling in a functional programming (FP) style