Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Theoretical question - what is better?
Message
From
08/01/2009 16:30:49
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:
01372190
Views:
22
>>>>>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.

What does Expand MEAN in terms of a steering wheel?

Doesn't that contradict "Simplicity is the ultimate sophistication."?
Previous
Reply
Map
View

Click here to load this message in the networking platform