Object-Oriented Design – Planning Your Implementation
Although we have not picked an implementation language or platform, an object-oriented design is useful. This approach is easier to maintain and understand when done right. This episode focuses on OOD principles and how to model a system using this method. Back To Basics The first step in this episode is to cover some object-oriented design basics. We look at what makes a good design as well as some things to avoid. The steps to take in building a model are then reviewed to help us get to a solid foundation. Considerations of Good Object-Oriented Design Our next steps are to build our design and determine our objects. We use some of the same guidelines that were used to design... Read more