Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sub names
Message
From
14/02/2011 04:13:18
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Sub names
Miscellaneous
Thread ID:
01500059
Message ID:
01500059
Views:
109
Hi

I've found in one of the modules I'm looking at there are duplicate sub routine names (below)
I'm suprised this isn't flagged as an error.

Is this permissible in .NET. It seems quite confusing to me.

Nick



Private Sub plotPointBounce(ByVal monthRow As DataRow, ByVal seriesName As String)

Private Sub plotPointBounce(ByVal month As DateTime, ByVal seriesName As String, ByVal bounceRate As Double, _
ByVal inWarrantyRatio As Double)
Next
Reply
Map
View

Click here to load this message in the networking platform