posted 14 years ago
Hi experts,
my class has a method "test" overloaded few times.
The compiler favours method with double type variable-length arguments (d) over int type (c).
It seems that the simplest possible variable-length call with int types is ambiguous...confusing.
Is there some basic or general rule around why this happens?
Or is this just a variable-length method specialty?
Many thanks again,
Kind regards MB