This workshop will explore a specific programming paradigm: Object Oriented.

see: http://en.wikipedia.org/wiki/Object_oriented

As of today, OOP is a widely adopted approach for building medium to large scale software, which greatly enhances the mantainability and stability of it.

In our workshop we will focus on C++ , father of all OOP languages. Alltough given the high level of abstraction in this paradigm, the notions we are going to discuss are valid for most if not all OOP languages around, including Python, Java and Javascript as well Perl-OO and Smalltalk.

We will analize closely the following topics:

Workshop_ObjectOrientedProgramming (last edited 2008-06-26 09:52:38 by anonymous)