Re: FB^3 & Method overloads
Quote from Forum Archives on December 4, 1997, 8:22 amPosted by: microcsm <microcsm@...>
Chris wrote:>I don't know if this was addressed before or not, but does FB^3 support
>method overloading? If so, is it implemented by simply defining methods
>with the same names and different parameter lists (and/or return types) or
>something else?Overrides. And yes they are fully supported. If the class defines a
method that was defined in the superclass, that method has been
overridden. You also have the option of inheriting the overriden method
if you want.========================================
| David Blache - Developer |
========================================
| Staz Software, Inc - Stazologist |
| (tech@stazsoftware.com) |
| Microcosm Software, Inc. - Owner |
| (microcsm@goldinc.com) |
========================================
Posted by: microcsm <microcsm@...>
>I don't know if this was addressed before or not, but does FB^3 support
>method overloading? If so, is it implemented by simply defining methods
>with the same names and different parameter lists (and/or return types) or
>something else?
Overrides. And yes they are fully supported. If the class defines a
method that was defined in the superclass, that method has been
overridden. You also have the option of inheriting the overriden method
if you want.
========================================
| David Blache - Developer |
========================================
| Staz Software, Inc - Stazologist |
| (tech@stazsoftware.com) |
| Microcosm Software, Inc. - Owner |
| (microcsm@goldinc.com) |
========================================