The OOP Edge | eWeek

The OOP Edge

Written By
Allan Hoffman
Allan Hoffman
May 23, 2002
3 minute read
eWeek content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More

Object-oriented programming concepts have become accepted practice within the programming world, but thats not to say object-oriented programming — OOP, as its often called — is universally appreciated or understood. Whether youre new to programming or a pro at Visual Basic, you should be thinking about delving into the world of OOP. Heres our guide to becoming an object-oriented programming guru — a clear way to distinguish yourself from your colleagues.

What Is Object-Oriented Programming?

Object-oriented programming is a notoriously difficult concept to explain, perhaps because its adherents insist the underlying concepts are simple and self-evident. Are they? Yes, once you grasp them, but not at first glance. That said, heres a quick overview:

As the name implies, the concept of the “object” is at the heart of object-oriented programming. Rather than focusing on the steps or procedures for accomplishing a task, object-oriented programming focuses on defining the objects being manipulated. This means determining both an objects characteristics, or variables, and how it behaves. (The characteristics of an automobile, for instance, might be its color, its model and the number of doors; its behaviors might be accelerating, turning and braking.) In its focus on objects, OOP provides for a more modular programming process.

But Theres More to It, Right?

Of course there is. As youll learn from picking up any book or online tutorial, learning OOP means grasping concepts such as data modeling, classes, encapsulation and inheritance. Once you start programming with an object-oriented language, the theory is transformed from something abstract into something with practical consequences. In The Object Primer, a guide to object-oriented concepts, Scott Ambler enumerates the benefits generally accorded to OOP, such as increased reusability of code, reduced maintenance and a better ability to manage complex software projects.

Do I Need to Learn OOP?

If youre a programmer, yes. Even if youre not working with an OOP language right now, you should be thinking about the day when you will. Increasingly, languages have been adding OOP capabilities. Java and C++ may be the most popular object-oriented programming languages, but new versions of other languages, or add-ons to them, are spreading OO concepts and capabilities throughout the world of programming.

Among Perl coders, object-oriented techniques are a hot topic in newsgroup discussions and covered in books such as Damian Conways Object Oriented Perl. The latest version of Visual Basic, Visual Basic.NET, is touted as being fully object-oriented. Object-oriented techniques in Cobol? No, thats not an oxymoron; check out Gene Webbs tutorial site.

If you dont learn object-oriented concepts, you risk being left behind, no matter what languages you currently know. Whats more, given the competition for programming and technology jobs, you need to set yourself apart from your peers. Learning OOP, and gaining expertise in it, perhaps by studying Unified Modeling Language, is one way to gain an edge.

Getting Started

Learning OO concepts is one thing. Putting them into practice is another. To learn the concepts, you will be best off developing hands-on proficiency in a particular language. Here is a selection of online resources and books to get you started:

IT Professionals: get more resume help, salary data and industry info from Monster Technology.

eWeek Logo

eWeek has the latest technology news and analysis, buying guides, and product reviews for IT professionals and technology buyers. The site's focus is on innovative solutions and covering in-depth technical content. eWeek stays on the cutting edge of technology news and IT trends through interviews and expert analysis. Gain insight from top innovators and thought leaders in the fields of IT, business, enterprise software, startups, and more.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.