Skip to content

Latest commit

 

History

History
 
 

-03-Programming-Foundation-Object-Oriented-Design

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Programming Foundations: Object-Oriented Design

Course details

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.

Learning objectives

  • 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