Lua is not a Object-Oriented language. If we want to use concepts like “class, constructor, desctructor, member function”, we must use table or metatable to simulate.
<Programming In Lua> introduces a method to implement OO in lua. http://www.lua.org/pil/16.html