Some people would prefer a <noun><verb> method
naming scheme over the <verb><noun> scheme. For
example:
ChildGetFirst()
...instead of...
GetFirstChild()
This way, the methods sort nicely alphabetically. It
would be great if the user had the option of which
scheme to use.
Logged In: YES
user_id=109050
Maybe not the solution you wanted but you can now change
the default prefixes on the Get and Set Methods for a ne
class member.
Logged In: YES
user_id=109050
Maybe not the solution you wanted but you can now change
the default prefixes on the Get and Set Methods for a ne
class member.