Introduction to Object-Oriented Design
Well these days, everyone seems to be talking about Object-Oriented Design.
Well what is Object-Oriented Design anyway?
Object-Oriented Design (OOD) is a programming methodology that has the following characteristics:
- OOD allows programmers to more closely model the real world than ever before.
- OOD is also a methodology that lends itself well to rapid prototyping.
Object-Oriented programs can be built and modified very quickly because OOD provides the programmer with excellent tools for abstraction.
- OOD produces reusable code.
Once objects are built, it is very easy to use them in future applications so you need not ever reinvent the wheel.
- OOD helps programmers work in dynamic environments.
Object-Oriented programs can be modified quickly and easily as real-world requirements change.
Let's look at what the guru of Java Object Orientation, Bruce Eckel has to say,
"Object-oriented programming appeals at multiple levels.
For managers it promises faster and cheaper development and maintenance.
For analysts and designers the modeling process becomes simpler and produces a clear, manageable design.
For programmers the elegance and clarity of the object model and the power of object-oriented tools and libraries makes programming a much more pleasant task, and programmers experience an increase in productivity.
Everybody wins, it would seem.
If there is a downside it is the expense of the learning curve.
Thinking in objects is a dramatic departure from thinking procedurally, and the process of designing objects is much more challenging than procedural design, especially if you are trying to create reusable objects."
Okay, so that was pretty abstract.
Let's step back and come at OOD from another perspective.
Perhaps some history is in order.
NEXT
Object-Oriented Design Resources
Selena Sol contributes to the JavaBoutique's Introduction to Java. Selena curently works for Barclays Capital in London, one of the leading global investment banks in Europe and has worked as a software developer for the National Center for Human Genome research, Microline Software, Neuron Data, and Electric Eye in Singapore. Selena is perhaps best-known for creating the Public Domain Web Script Archive (Extropia) and writing several books on Web Programming (Perl, CGI, Java).
Email: selena@extropia.com
New on the Java Boutique:
New Review:
Time Management Made Easy with the Quartz Enterprise Job Scheduler
Why not just use the Java timer API? This open source scheduling
API boasts simplicity, ease-of-integration, a well-rounded feature
set, and it's free!
New Applet:
Reverse Complement
Reverse Complement is a simple applet that converts DNA or RNA
sequences into three useful formats.
Elsewhere on internet.com:
WebDeveloper Java
Lots of Java information on webdeveloper.com
WDVL Java
Thorough Java resource at the Web Developer's Virtual Library.
ScriptSearch Java
Hundreds of free Java code files to download.
jGuru: Your View of the Java Universe
Customizable portal with online training, FAQs, regular news updates, and tutorials.