Object-Oriented Programming: Rhea Mae L. Perito, Msis Subject Instructor
Object-Oriented Programming: Rhea Mae L. Perito, Msis Subject Instructor
Programming
RHEA MAE L. PERITO, MSIS
SUBJECT INSTRUCTOR
Introduction
This lesson will introduce you to objects,
classes, inheritance, interfaces, and packages.
Each discussion focuses on how these concepts
relate to the real world, while simultaneously
providing an introduction to the syntax of the
Java programming language.
Object
Ex.
Dog has state (name, color, breed) and behavior
(barking, fetching, wagging tail)
The World of OOP
Software Objects
are conceptually similar to real-world
objects: they too consist of state and
related behavior.
Object