Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
MyMaxMx webforumsuser@macromedia.com #1
Inheritence
Hi everyone,
How can I extend (inherit) multiple classes ???
like
eg:
class A extends C,D {}
Actually, I need to extend both mx.core.UIComponent and mx.data.binding classes.
Please Help me
Thanks in Advance.....
Dileep
MyMaxMx webforumsuser@macromedia.com Guest
-
Inheritence and Web Services
Hi Folks, Sorry, this is kinda long, but I couldn't find an answer anywhere... Any ideas would be appreciated. I have several web services... -
Inheritence Diagram of Ruby classes...
Hello All, Has anyone got, or know of a diagram that shows how the ruby classes are ordered in terms of inheritence? Thanks, Thomas Adam ... -
Jeckyl #2
Re: Inheritence
You can only extend one class. encapsulate instead. Or (if its your own
code) use interface and implements.
Jeckyl Guest



Reply With Quote

