Hi guys,
I would like to create a class that "assimilate s" functions from other classes and uses these function as if were defined within itself.
The objective of this little excersise is that I would be able to "extend" multiple classes and would be able to call functions from a single object.
Anyone have any ideas?
I would like to create a class that "assimilate s" functions from other classes and uses these function as if were defined within itself.
The objective of this little excersise is that I would be able to "extend" multiple classes and would be able to call functions from a single object.
Anyone have any ideas?
Comment