PUBLIC   marks

PUBLIC MARKS with tag oop

Sponsorised links

October 2009

Sponsorised links

September 2009

August 2009

July 2009

June 2009

March 2009

Python Types and Objects

by karlcow

Explains different Python new-style objects, starting with <type 'type'> and <type 'object'>, and going all the way to user defined classes and instances. New-style implies Python version 2.2 and up. The system described is sometimes called the Python type system, or the object model.

February 2009

pChart | a PHP Charting library

by Xavier Lacot & 4 others
pChart is a PHP class oriented framework designed to create aliased charts.

November 2008

October 2008

August 2008

Learning to program

by karlcow & 6 others
UN autre excellent guide de programmation avec Python cette fois ci.

Building Object-Oriented Applications in Flash 5

by karlcow & 3 others

what object-oriented programming is, why it is useful, and how it may apply to programs you make in Flash 5.

excellent tutoriel sur la programmation orientée objet. Je l'avais perdu depuis longtemps. C'est pour Flash, mais les principes sont excellents.

March 2008

February 2008

Class Inheritance with PHP

by chantal (via)
There are many benefits of inheritance with PHP, the most common is simplifying and reducing instances of redundant code. Class inheritance may sound complicated, but think of it this way. Consider a tree. A tree is made up of many parts, such as the roots that reside in the ground, the trunk, bark, branches, leaves, etc. Essentially inheritance is a connection between a child and its parent.

January 2008

November 2007

John Resig - JavaScript Method Overloading

by greut & 1 other

a quick-and-dirty function for doing simple method overloading

obscure feature revealed

PUBLIC TAGS related to tag oop

no tag

Sponsorised links