Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Theoretical question - what is better?
Message
 
To
03/01/2009 10:55:28
Mike Yearwood
Toronto, Ontario, Canada
General information
Forum:
Microsoft SQL Server
Category:
Other
Environment versions
SQL Server:
SQL Server 2005
Miscellaneous
Thread ID:
01337411
Message ID:
01372149
Views:
20
>>>>Each method should have one function and one only
>>
>>Doesn't "overloading" contradict that idea?
>
>No. I believe overloading proves the idea. If I call the car wheel turn method - it does one function. If I call the steering wheel turn method it does one function. It's a matter of perspective of the object.

SteeringWheel.Expand ???

Class SteeringWheel {
Public Static bool Expand( int DistancePosition)
{}

Public Static bool Expand(Driver driver)
{}

)

Now you can use the Expand to go a specific distance in the first load and overload it with an object to pull the distance out of it.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform