Object-Oriented Program Flow
Instantiation: Creation of an object in memory, based on template provided by the class.
Method: Function executed within an object when invoked by a message request (method call).
Three-Layer Architecture
- View Layer: All classes/objects/methods for user interaction.
- Domain/Business Layer: All classes/object/methods for functionality.
- Data-Access Layer: The database