Before we begin to write actual programs, we need to introduce a few basic concepts of object-oriented programming, the style of programming you will learn throughout this curriculum guide. The purpose of this lesson is to give you a feel for object-oriented programming and to introduce its conceptual foundation.
The key topics for this lesson are:
- Classes and Objects
- Methods
- Objects in Software
- Compiling and Running a Program
|