Programming Foundations: Object-Oriented Design


Author: Barron Stone, Olivia Chiu Stone
Released: 11/27/2018
Skill Level: Beginner
Duration: 2h 40m



All good software starts with a great design. Object-oriented design helps developers plan applications before they write a single line of code, and break down ideas into reusable and maintainable components. This course focuses on the foundational concepts, teaching them in a fun, interactive way to help you quickly develop your skills. Tag team Olivia and Barron Stone introduce you to the concepts and terms—objects, classes, abstraction, inheritance, and more—that you need to get started. They then show how to take the requirements for an app, identify use cases, and map out classes using Universal Modeling Language (UML). The final design can then be translated into code using one of the many popular object-oriented programming languages, such as Java, C#, Ruby, or Python.
Topics include:
Object-oriented basics: objects, classes, and more
Encapsulation
Inheritance
Defining requirements
Identifying use cases, actors, and scenarios
Domain modeling
Identifying class responsibilities and relationships
Creating class diagrams
Using abstract classes
Working with inheritance
Developing software with object-oriented design principles



Comments

Popular posts from this blog

Programming Foundations: Algorithms

Learning Java