Mastering Object Oriented Design In Java

Tags: Java

Don't just learn Java! Learn to write practical industry standard object oriented software and super charge your career!

Last updated 2022-01-10 | 4.6

- Advance your programming skills from a junior level newbie to a competent intermediate level object oriented software developer
- Design and develop software using best practices in Object oriented programming
- Apply the 5 crucial object oriented design principles using Java

What you'll learn

Advance your programming skills from a junior level newbie to a competent intermediate level object oriented software developer
Design and develop software using best practices in Object oriented programming
Apply the 5 crucial object oriented design principles using Java
Apply design patterns such as Strategy
Observer
Template Method
Factory
and Builder
Make the leap into professional software craftsmanship and take your career to the next level!

* Requirements

* You should have a java editor installed. We'll be using Eclipse.
* Install Jdk from oracle website
* Understand the basics of loops and conditionals.

Description

LAST UPDATED: November 2021


SUPER CHARGE OF YOUR PROGRAMMING CAREER and acquire some seriously marketable skills!

    Just because you learned how to use a hammer doesn't mean you are ready to construct a building. Similarly, It's not enough to just understand a programming language. That's just a tool that can be used to develop various programs. The real craftsmanship is in software DESIGN

    This course is designed to take a junior level programmer with limited knowledge about object orientation to a competent level object oriented software designer! I expect you to understand the basics of loops, methods and conditionals in Java. You'll be completing hands-on HOMEWORK Exercises through out the course! I have provided detailed video solutions to the exercises so that you can check your answers and get step by step instructions of how to tackle the object oriented design assignments. 

      You can find plenty of resources online for solving a programming puzzle  or practicing algorithms. But… when it comes to object oriented design,  admittedly, there is limited material out there for you to practice. So  in this course, we use a LEARN-BY-DOING  approach to explore a series of progressively challenging exercises to  discover the 5 core object oriented design PRINCIPLES summarized by an  acronym called SOLID: 

  (S). Single Responsibility   

          (O). Open/Closed   

    (L).  Liskov Substitution   

          (l ). Interface Segregation   

          (D). Dependency Inversion   

      During this journey you'll get practice applying some of the most important DESIGN PATTERNS that competent developers must have under their belt. There are so many design patterns out there, but we'll be thoroughly covering only the most important ones. Save yourself the time from learning all the design patterns and going on a design frenzy. Focus on the 20% that covers 80% of the scenarios and add miles to your programming efficiency. 

  These cover 80% of patterns used out there in professional software development.   

  1). Strategy Pattern   

          2). Observer Pattern   

          3). Builder pattern   

          4). Factory method pattern   

          5). Template Method Pattern   

  6). Singleton Pattern 

                              The topics can be applied to pretty much any object oriented language. But, we'll be using Java, so I expect you to be familiar with the basic language constructs such as classes, methods and interfaces. But don't worry if you don't know about these, I've taken the time to create 6 comprehensive prerequisite lessons on introduction to object orientation. In these lessons, new comers can learn about the basics of object orientation such as: 

  1). Classes and objects   

          2). Inheritance and polymorphism,   

          3). Interfaces and abstract classes.   

                              I'm certain that, by practicing the concepts covered, you'll make a substantial leap forward in your programming career. I hope to see you in the coming lessons.

This course is from This site offers lectures on practical software development topics to immediately impact your programming skills. Things you can take to your interview and feel confident in your abilities!

Who this course is for:

  • If you've had trouble creating java programs that contain more than 1 or 2 classes, this course is for you
  • If you're afraid to show your code to senior developers, you MUST take this course
  • If you want to design well constructed software this course is for you

Course content

5 sections • 48 lectures

How to make the most of this course Preview 01:16

Download Source Code for Lectures Preview 00:12

Class and Object (Optional Prerequisite) Preview 12:35

Dedicated TA Support Preview 01:39

Program Flow and Using Constructor (Optional Prerequisite) Preview 11:40

Object and Class

Application Runtime (Optional Prerequisite) Preview 11:05

Java Behind The Scenes Preview 24:07

Class Inheritance (Optional Prerequisite) Preview 13:52

Application Runtime Quiz

Interfaces and Abstractions (Optional Prerequisite) Preview 11:28

Abstract Classes (Optional Prerequisite) Preview 15:24

Interfaces and Abstract Classes

This quiz will test your knowledge on Abstract Classes and Interfaces

Message From The Instructor Preview 00:45

Objects, Messages and Dependencies Preview 12:04

Before starting this section of the course, I encourage you to watch the videos in the prerequisite section if you are not familiar with the basics of Object Oriented Programming in Java. There are 6 lectures there that cover difference between what an object is, and a class, the basics of Inheritance, Polymorphism, Interfaces and Abstract Classes.

Forming Associations Between Objects Preview 04:10

Overview of Software Design Preview 05:27

Single Responsibility Principle Preview 14:03

Make sure to watch the entire video and try the exercise before watching the next video that contains the solution.

UML Diagram - Single Responsibility Preview 1 page

Single Responsibility - Homework Preview 25:41

Quiz on Single Responsibility Principle

This quiz will test your understanding on the single responsibility principle

Open Closed Principle & STRATEGY Pattern Preview 16:57

Open Closed Principle - Homework Preview 00:06

Quiz on the Open Closed Principle

This quiz will test your understand of the open closed principle

Dependency Inversion + TEMPLATE Pattern Preview 07:08

I wanted to cover this design principle next because I think it is more fitting to learning path we are following even though it's the last letter of the SOLID acronym. We also learn about the Template Method Design Pattern in the lecture. Make sure to watch the entire video and try the exercise before watching the next video containing the solution.

Visual Representation of Dependency Inversion: Click Here

Dependency Inversion & Template pattern - Homework Solution Preview 12:24

UML Diagram - Dependency Inversion Preview 1 page

Quiz on Dependency Inversion principle

This will test your knowledge of the Dependency Inversion Principle

Liskov Substitution Principle Preview 13:50

Liskov Substitution Principle UML Preview 1 page

Quiz on Liskov Substitution Principle

This quiz will test your understanding of the Liskov Substitution principle

The Interface Segregation Principle Preview 15:49

UML Diagram - Interface Segregation Preview 1 page

Quiz on Interface Segregation Principle

This quiz will test your knowledge of the interface segregation Principle

Dependency Injection Part 1 Preview 09:39

Dependency Injection Part 2 (Using Spring) Preview 14:52

Observer Pattern Preview 10:44

Make sure to watch the entire video and try the exercise before watching the solution video

Observer Pattern - Homework Solution Preview 22:19

UML Diagram - Observer Pattern Preview 1 page

Coffee Shop Assignment (another application of the observer pattern) Preview 00:05

Builder Pattern Preview 12:52

Factory Design Pattern Preview 14:01

UML Diagram - Factory Pattern Preview 1 page

Singleton Design Pattern (Newly Added) Preview 10:47

Real world Project - Create an API Preview 00:15

Automatically generate UML diagrams from java code Tutorial Preview 04:51

Final Comments from Instructor Preview 00:46

Bonus: Lifetime Access to All My Course Preview 00:22