docs.roxen.comBack to normal mode
DocsPike7.0TutorialObject-Oriented Programming
Copyright © 2012, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com

Object-Oriented Programming

Object-oriented programming is a way of programming that lets you divide your program into smaller, more manageable parts called "classes". A class describes a type of thing: both what we know about those things, and what we can do with them.