| Author |
Overloading methods
|
Vanessa Roach
Greenhorn
Joined: Sep 13, 2008
Posts: 22
|
|
|
Is it possible to overload a method and return a value for a program using input to get it's values?
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32712
|
|
|
Difficult to understand your point, but I think the answer is yes. Have a look at the overloaded versions of Math class methods (eg abs), as an example.
|
 |
Vanessa Roach
Greenhorn
Joined: Sep 13, 2008
Posts: 22
|
|
|
ok. thank you I'll look
|
 |
 |
|
|
subject: Overloading methods
|
|
|