| Home : Concepts : OOPS |
| Click "Subscribe" if you want to be notified of new or updated links in this category. | Subscribe |
|
|
OOPS Listings
|
|
Total:
5 | Displaying: 1 - 5 |
|
|
|
Creating well-designing Visual Basic applications in an object-oriented world is a not a simple matter. But the first step is to gain a firm grasp of classes, inheritance and interfaces.
Updated: 02/13/2005
|
|
|
The object oriented programming (OOP) course introduces the OOP paradigm and the related concepts in software engineering.
Updated: 02/13/2005
|
|
|
Software design is subjective. Your idea of a well-designed program may be your colleague's maintenance nightmare. Because the people who will have to decipher your code and live with your design and coding decisions are your programming peers, I believe the development of design and coding guidelines and idioms should by guided by a discussion among the programmers who have to work with each other's code.
Updated: 02/13/2005
|
|
|
This book is designed to help you become familiar with object-oriented programming and get over the hurdle its terminology presents. It spells out some of the implications of object-oriented design and tries to give you a flavor of what writing an object-oriented program is really like. It fully documents the Objective-C(tm) language, an object-oriented programming language based on standard C, and introduces the most extensive object-oriented development environment currently available--OPENSTEP(tm).
Updated: 02/13/2005
|
|
|
Take a step beyond syntax to discover the true art of software design, with Java as your paintbrush and objects on your palette. This in-depth discussion of how, when, and why to use objects enables you to create programs that not only work smoothly, but are easy to maintain and upgrade using Java of any other object-oriented language!
Updated: 02/13/2005
|
|