Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

Pluralsight

Java Fundamentals: Object-oriented Design

via Pluralsight

Overview

Simply programming in an OO language does not make your program object oriented. This course teaches you how to leverage essential object-oriented principles to write solid, maintainable code, while avoiding common pitfalls.

Simply using an OO language like Java does not make your program object oriented. In fact, when used incorrectly, OO-language features can make your program bloated, overly complex, and impossible to maintain. This course, Java Fundamentals: Object-oriented Design, teaches you how to write effective production-quality OO systems by leveraging the basic principles of good OO design. It assumes you know the nuts and bolts of Java, and goes beyond those to teach you how to write effective, production-quality code in Java, or any other OO language. You will learn how to structure your code to be highly maintainable and easy to modify. You'll learn about the pitfalls of many common idioms (like getters and setters and too-open subclassing). You'll also see the SOLID principles used to solve real-world programming issues as well as see a lot of code that demonstrates the principles. When you're done with the class, you'll have a solid understanding of good OO structure and principles, and be able to apply those principles to your own work.

Syllabus

  • Course Overview 1min
  • Introduction 3mins
  • Thinking in Objects 19mins
  • Defining Behavior and State 8mins
  • Extending Classes 36mins
  • Defining Class Contracts with Interfaces 24mins
  • Working Without Getters and Setters 11mins
  • Testing OO systems 15mins

Taught by

Allen Holub

Reviews

4.5 rating at Pluralsight based on 218 ratings

Start your review of Java Fundamentals: Object-oriented Design

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.