Posted by Jacob Wright in General, Object Oriented ProgrammingJun 13th, 2005 | 12 Comments
This is the first of five articles on object oriented-programming.
An Introduction to Object-Oriented Programming
Thinking Object-Oriented
Planning an Application
Creating Objects
Making Objects Reusable
An Introduction to Object-Oriented Programming will give a brief overview of why there is such a thing as object-oriented programming. Conceptualizing Systems will help us to better picture a system in terms of objects and how the relate to each other. Planning an Application will teach us the importance of planning and what we should do to plan. Creating Objects explains how the objects in...