> From: Ed Leafe <[EMAIL PROTECTED]>
>       Or when you can add the same named function several times, each with  
> a different parameter signature! Compilers have no problem with that!

Overloading?  

Like this:

void setanswer(String answer){ 
        }

void setanswer(String answer, String title){ 
        }

or This?

void setanswer(String answer){ 
        }

void setanswer(String title){ 
        }






_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to