Re: [Dynapi-Help] overloaded function calls

2001-12-18 Thread Michael Pemberton
thod / function. >From: "Todd Marshall" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Subject: [Dynapi-Help] overloaded function calls >Date: Tue, 18 Dec 2001 11:38:39 -0500 > >What is the preferred, or correct, method to implement overloaded >function calls

[Dynapi-Help] overloaded function calls

2001-12-18 Thread Todd Marshall
What is the preferred, or correct, method to implement overloaded function calls I.E. having the same "method" work differently depending on different parameters. For Example: I might want a layer(x1,y1,x2,y2) Or I might want a layer(x1,y1,width,height) I can think of two ways to do it: 1)