Absolute Introduction To Object Oriented Programming In Java

Tags: Java

Prerequisite to "Master Object Oriented Design in Java".

Last updated 2022-01-10 | 4.6

- You will understand the basics of Object Oriented Programming
- Understand class inheritance and what it means for objects

What you'll learn

You will understand the basics of Object Oriented Programming
Understand class inheritance and what it means for objects

* Requirements

* Have eclipse and the JDK installed on their computer

Description

LAST UPDATED: November 2020

This course is designed to be slow-paced, simple and rich in demystifying the question: What really is an object in computer programming? These few lectures serve as a crucial foundation for OOP (Object Oriented Programming).

If you've ever written a java class before and ran the program in eclipse but didn't quite understand what's going on behind the scenes, this course is for you. By the end of these videos, you will understand the difference between a class, and an object. You'll know how objects are constructed and what exactly happens when the program is run. We'll also go over important OOP techniques such as inheritance and polymorphism.

By the end of this course you'll be ready to work with multiple classes in java and be prepared to take the more challenging and top ranked course: Master Object Oriented Design in Java - HW + Solutions

Who this course is for:

  • Students that have a basic understanding of if statements and simple methods in java
  • Student's who have only written single class java programs. This course will help you understand how to use multiple classes!

Course content

1 sections • 13 lectures

Basics of a Java Program Preview 09:20

Class and Object Preview 12:35

Dedicated TA Support Preview 01:39

Program Flow & Using The Constructor Preview 11:40

Learn More Preview 00:36

Java Stack + Heap and Reference & Instance Variables Preview 24:07

Application Runtime Preview 11:05

Application Runtime Quiz

This quiz is for testing your understanding what happens when your application runs

Introduction to Inheritance Preview 13:52

Interfaces and Abstractions Preview 11:28

Abstract Classes Preview 15:24

Interfaces and Abstract Classes Quiz

This quiz will test your understanding of abstract classes and Interfaces in Java

Bonus Lecture: Lifetime Access to All My Courses Preview 00:16