Table of Contents
Programming Foundations: Object-Oriented Design
Return to JavaScript courses
by the great programming teacher Simon Allardice of Pluralsight and Lynda.com (LinkedIn Learning).
Released 5/22/2012
“Most modern programming languages, such as Java, C Sharp | C, Ruby, and Python, are object-oriented languages, which help group individual bits of code into a complex and coherent application. However, object-orientation itself is not a language; it's simply a set of ideas and programming concepts.”
“Introduce you to the terms – words like abstraction, inheritance, polymorphism, subclass – and guide you through defining your requirements and identifying use cases for your program. The course also covers creating conceptual models of your program with design patterns, class diagrams and sequence diagrams, and unified modeling language (UML) programming tools, and then shows how to convert the diagrams into code.
Topics include:
- Why use object-oriented design (OOD)?
- Pinpointing use cases, actors, and scenarios
- Identifying class responsibilities and relationships
- Creating class diagrams
- Using abstract classes
- Working with inheritance
- Creating advanced UML diagrams
- Understanding object-oriented design principles
Fair Use: https://lynda.com/Java-tutorials/What-expect-from-course/96949/106055-4.html