After doing these courses, I feel confident creating professional visualizations and dashboards
Course Description
Object-oriented programming (OOP) is a powerful approach to writing organized and scalable software. Java, one of the world’s most popular programming languages, brings OOP to life with clear syntax and strong community support. In this course, you’ll learn how to use Java to model real-world systems using classes, objects, inheritance, encapsulation, and more.
Build Real-World Java Classes and Objects
Begin by learning to define classes as blueprints and use them to create object instances. You’ll apply core Java syntax to build reusable components that mirror real-world entities, like cars, passports, and formulas.
Add Behavior with Constructors and Methods
Master the use of constructors to initialize object state and explore methods to add behavior. You’ll write both void and return-type methods, helping you create dynamic and interactive programs.
Secure and Reuse Code with Encapsulation and Inheritance
Explore how access modifiers control what’s visible to users of your code. Learn how to use inheritance and abstract classes to eliminate duplication and create structured hierarchies.
Apply Interfaces and Polymorphism
Use interfaces to add flexibility and implement shared behavior across classes. Finally, unlock the power of polymorphism by overriding and overloading methods for more adaptable software designs.
By the end, you’ll be able to design modular Java applications with clean, object-oriented architecture.
Prerequisites
Curriculum
Course outline
Object-Oriented Programming (OOP) in Java
- Welcome50 XP
- Defining a car class100 XP
- Creating car class object instance100 XP
- Adding properties50 XP
- Add properties to car class100 XP
- Creating a constructor for car class100 XP
- Adding parameters to car class constructor100 XP
- Class methods50 XP
- Working with void methods100 XP
- Adding class methods with return types100 XP
Encapsulation & Inheritance
Interfaces and Polymorphism
Introduction to Object-Oriented Programming in Java
Course
Complete

