Quiz del lunedi... Considerate il seguente snippet:
class Class1
{
[STAThread]
static void Main(string[] args)
{
object s = null;
string s2 = (string) s;
}
}
Vi aspettate:
- Una InvalidCastException
- Una NullReferenceException
- Nulla, funziona perfettamente
Ora provate ad implementarlo... Sorpresi? :-)
posted @ lunedì 17 maggio 2004 21:50