lua-users wiki: Object Oriented Programming
This is a collection of links related to OOP (object-oriented programming[1]) in Lua. Learning Material ObjectOrientationTutorial - tutorial on OOP with classes. InheritanceTutorial - tutorial on OOP using inheritance[2] with classes and prototypes. [Chap...