Forum Navigation
You need to log in to create posts and topics.

Re: FB^3 & Method overloads

Posted 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) |
========================================