8358 Object-oriented Programming with Java, Part 1
Contents
- 8358 Object-oriented Programming with Java, Part 1
- Objectives
- Agenda
- Hello World
- Procedural Programming
- Modularization
- Classes
- A Class in Java
- SimplePoint
- "Finding" Classes
- "Finding" Methods
- Objects
- Agenda
- The Lifecycle of an Object
- Objects in Java
- Creating Objects
- Creating Objects
- Creating Objects
- Creating Objects
- Constructors
- Constructors
- Give me an example, please
- More constructor examples
- Using the Constructors
- The Lifecycle of an Object
- Using Objects
- Messages and Methods
- Messages and Methods
- Using Objects
- Using Objects
- Using Objects
- Using Objects
- The Lifecycle of an Object
- Reference Counting
- Reference Counting
- Reference Counting
- Cleaning up unused objects
- Cleaning up unused objects
- Cleaning up unused objects
- Sometime later...
- Sometime later...
- Agenda
- Public Data Members
- Public Data Members
- SimplePoint2
- Public Data Members
- Pictorially...
- Pictorially...
- Agenda
- Classes revisited
- Classes revisited
- Class (static) data
- Class (static) data
- SimplePoint3D
- Class methods
- SimplePoint3D
- Class Methods
- Class Methods
- Agenda
- Hello World
- Hello World
- Summary
- Class Design Hints
- What you don't know!
- What you do know