lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Wed, May 15, 2013 at 3:28 PM, Muqtheear S <muqtheear.s@gmail.com> wrote:
         Please suggest me how to write lua code where a derived class is inherited from 2 base classes.

The Lua wiki is your friend:

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

Multiple inheritance is not commonly used in Lua, but it can be done!