Training, Open Source computer languages

PerlPHPPythonMySQLhttpd / TomcatTclRubyJavaC and C++LinuxCSS

Search our site for:
Home Accessibility Courses Diary The Mouth Forum Resources Site Map About Us Contact
Introduction to Object Oriented Programming
So what exactly IS object oriented programming? Easy question to ask, but a hard one to answer in just a sentence or two. Let's try.

In an object oriented scenario, you group together all the pieces of code that relate to a certain type of data. That code grouping will be called a class and it will usually be kept in a separate file to your main programs, so that you can write a whole suite of programs that handle the same data in different ways without having to keep re-writing the low level code.

For example, this Blog might be using an "entry" class (a class is the name given to the bundle of code that relates to a type of data) so that the logic I use when I write each day is shared with the logic used to generate the pages you see when you read it on our site, and is also shared with the logic that's use if anyone calls up an XML feed.

This isn't an easy way to start writing a small and simple program, but it's great when you expand your applications. You don't have to re-invent the wheel ... and if you change the internals of a class, all your applications will just keep on running provided that you keep the calls to the class compatible with the previous ones. In other words, it's a great way of cutting maintenance costs too.

A language is described as "An object oriented language" if it has a number of extra features that weren't in languages such as Fortran, Algol and C (on which I cut my teeth) and which facilitate programming in the OO way. OO has its whole world of extra concepts and buzzwords, but to bring them all up here on a horse's mouth entry would take me beyond my challenge of telling you what OO is about in just a short item. Longer articles (part of our training notes) may be downloaded from our training notes site.
(written 2005-11-27 08:05:41)

 
Associated topics are indexed under
Q906 - Object Orientation and General technical topics - Object Orientation: Individual Objects
Q907 - Object Orientation and General technical topics - Object Orientation: Design Techniques

Back to
What are DHCP and DNS?
Previous and next
or
Horse's mouth home
Forward to
Comment, please!

Some other Articles
Domain Forwarding - 2 ways of doing it
Dynamic Web presence - next generation web site
Snippets from Geekmas
Comment, please!
Introduction to Object Oriented Programming
What are DHCP and DNS?
Would you steal ... petrol? ... a training course?
We are about Open Source programming courses in the UK
10 years C# knowledge please
SELECT in MySQL - choosing the rows you want
1634 posts, page by page
Link to page ... 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33 at 50 posts per page


This is a page archived from The Horse's Mouth at http://www.wellho.net/horse/ - the diary and writings of Graham Ellis. Every attempt was made to provide current information at the time the page was written, but things do move forward in our business - new software releases, price changes, new techniques. Please check back via our main site for current courses, prices, versions, etc - any mention of a price in "The Horse's Mouth" cannot be taken as an offer to supply at that price.

Link to Ezine home page (for reading).
Link to Blogging home page (to add comments).

© WELL HOUSE CONSULTANTS LTD., 2008: Well House Manor • 48 Spa Road • Melksham, Wiltshire • United Kingdom • SN12 7NY
PH: 01144 1225 708225 • FAX: 01144 1225 707126 • EMAIL: info@wellho.net • WEB: http://www.wellho.net • SKYPE: wellho