Courses/Java Programming Course/Module 2 - Object-Oriented Programming
← Back to Course
0

Module 2 - Object-Oriented Programming

Understand the principles of object-oriented programming in Java

Module 2: Object-Oriented Programming

Welcome to the second module of our Java Programming Course! In this module, you will learn about Object-Oriented Programming (OOP) concepts in Java.

Module Overview

Object-Oriented Programming is a programming paradigm based on the concept of "objects", which can contain data and code. Java is an object-oriented language, and understanding OOP concepts is crucial for becoming proficient in Java development.

Lessons

  1. Classes and Objects

Learning Objectives

By the end of this module, you will be able to:

  • Understand the principles of object-oriented programming
  • Create and use classes and objects
  • Implement encapsulation through access modifiers
  • Apply inheritance and polymorphism
  • Work with abstract classes and interfaces
  • Understand object composition and aggregation

Let's begin exploring the world of object-oriented programming in Java!

Lessons in this Module

1

Classes and Objects

Learn how to create and use classes and objects in Java

© 2025 Noruj.com. All rights reserved.

Made with
by the Noruj Team