Lesson 1
Working with Java Objects and Classes
In this module, you will develop your OOP skills by creating objects from classes. You will learn how to overload methods, how to create instances of classes, and how to override methods in derived classes.
You will practice your OOP skills by creating simple object-oriented Java applications.
Module Learning Objectives
After completing the module, you will have the skills and knowledge necessary to:
- Create objects from classes
- Create overloaded methods
- Build a hierarchy of classes using inheritance
- Override methods in derived classes