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