Dark Bit Factory & Gravity

PROGRAMMING => Other languages => Blitz => Topic started by: Hotshot on June 19, 2011

Title: Learning Object-Oriented Programming in Blitzmax
Post by: Hotshot on June 19, 2011
This tutorial is intended for programmers already familiar with BlitzMax's general syntax, but not with the concepts or uses of custom types or object-oriented programming techniques.

When finished reading this tutorial, you should have a good understanding of most of BlitzMax's OOP features:
* Type Definitions with Fields
* Type Definitions with Methods
* Inheritance
* Polymorphism
* Constructors & Destructors
* Static Methods & Fields

Not only does this tutorial teach you how to use these features, but where and why they should be used.


http://www.alsbonsai.com/john/BlitzMax_OOP_Tutorial.pdf

This is very good Tutorials :)