What's the closest thing, in lua, to a class and does the concept of inheritance exist?

Said it all in the subject line really; “What’s the closest thing, in lua, to a class and does the concept of inheritance exist?”

Thanks,

Matt. [import]uid: 8271 topic_id: 1755 reply_id: 301755[/import]

Here are some relevant links:

http://lua-users.org/wiki/ClassesAndMethodsExample

http://lua-users.org/wiki/LuaClassesWithMetatable

http://lua-users.org/wiki/YetAnotherClassImplementation

http://lua-users.org/wiki/SimpleLuaClasses

http://lua-users.org/wiki/MultipleInheritanceClasses

http://lua-users.org/wiki/ObjectLua

http://lua-users.org/wiki/ObjectOrientedProgramming

[import]uid: 846 topic_id: 1755 reply_id: 5188[/import]