Introducing Object Oriented Programming
page 1 of 5
Published: 18 Jul 2006
Unedited - Community Contributed
Abstract
Object Oriented Programming (OOP) is one of the most important programming paradigms today. It promotes more flexibility and maintainability in software. The concepts of OOP are a pre requisite for learning any OOP programmming language like C# or Java, to name just two. This article focuses on the basic concepts of OOP and defines the related terminologies in a lucid language.
by Joydip Kanjilal
Feedback
Average Rating: 
Views (Total / Last 10 Days): 23628/ 36

What is Object Oriented Programming?

The concept of Object Oriented Programming (OOP) was invented based on the necessity to remove the flaws that were encountered using the structured programming methodology. Unlike the traditional top down approach followed by structured programming languages, OOP follows a bottom up approach.  OOP is modeled around data and objects rather than actions and logic that the structured programming paradigm used to follow.

OOP allows decomposition of a problem into a number of entities called objects.  Then it builds data and functions around these objects.  The basic idea of OOP is centered on classes and objects.

A system is designed by defining the objects that will exist and interact within the system.

The basic benefits of OOP are the following.

·         Easier Maintainability

·         Better Analysis and Design of Complex Applications

·         Reusability

Some of the popular Object Oriented Languages are the following.

·         C++

·         Java

·         C#

·         Smalltalk

·         Ada

·         Simula


View Entire Article

User Comments

Title: Comment on this article   
Name: Snigdha
Date: 2006-09-07 8:52:06 AM
Comment:
Excellent ,it covers so many things using few words
Title: Nice Job   
Name: Sandeep
Date: 2006-07-21 1:39:57 AM
Comment:
It's a nice article for those who were preparing for Interviews.Thank You
Sandeep

Product Spotlight
Product Spotlight 





Community Advice: ASP | SQL | XML | Regular Expressions | Windows


©Copyright 1998-2024 ASPAlliance.com  |  Page Processed at 2024-04-20 8:16:11 AM  AspAlliance Recent Articles RSS Feed
About ASPAlliance | Newsgroups | Advertise | Authors | Email Lists | Feedback | Link To Us | Privacy | Search