| < Day Day Up > |
This Book's ConventionsThe following conventions are used in this book:
Note
A note
Tip A tip offers advice or shows you an easier way of doing something.
Caution A caution alerts you to a possible problem and gives you advice on how to avoid it. |
| < Day Day Up > |
| < Day Day Up > |
Source Code Used in this BookYou can download all the source code and examples discussed within this book from http://www.samspublishing.com. Simply type this book's ISBN (0672326116) into the "search" window, press Enter, and you'll be taken to a page with links to the source code. |
| < Day Day Up > |
| < Day Day Up > |
Chapter 1. Introduction to Object-Oriented Concepts
Although it might be quite surprising, object-oriented (OO) software development has been around since the early 1960s. Although objects have become much more
Although there has been a steady and significant growth in OO development in the past 10
Object Wrappers Object wrappers are object-oriented code that includes structured code inside. For example, you can take a structured module and wrap it inside an object to make it look like an object.
Objects are slowly but surely making their way into our professional information systems (IS) lives ”and they cannot be ignored. With the success of Java and the introduction of Microsoft's .NET technologies, objects are becoming a major part of the IS equation. With the explosion of the Internet, now many years in the making, the electronic highway is really becoming an object-based
This chapter is an overview of the fundamental OO concepts. The topics covered touch on most, if not all, of the topics covered in
|
| < Day Day Up > |