When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

Absolute Introduction to Object Oriented Programming in Java
Prerequisite to "Master Object Oriented Design in Java".

This Course Includes
udemy
4.9 (6.5K reviews )
2 total hours
english
Online - Self Paced
course
Udemy
About Absolute Introduction to Object Oriented Programming in Java
Welcome to Absolute Introduction to Object Oriented Programming in Java. This course is designed to be slow-paced, simple and rich in demystifying the question: What really is an object in computer programming?
These course lectures serve as a crucial foundation for mastering the concept of OOP (Object Oriented Programming).
If you have ever written a Java class before and ran the program in Eclipse but did not quite understand what is going on behind the scenes, then 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 will also go over important OOP (Object Oriented Programming) techniques such as inheritance and polymorphism.
Topics covered in this course:
• Basics of Java Program
• Classes and Objects in Java
• Program Flow
• Constructors
• Java Stack and Heap
• Reference and Instance Variables
• Inheritance and Polymorphism
• Interfaces and Abstractions
• Abstract Class
By the end of this course, you will 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
What You Will Learn?
- You will understand the basics of Object Oriented Programming.
- Understand class inheritance and what it means for objects.