Web Log di Adrian Florea

"You know you've achieved perfection in design, not when you have nothing more to add, but when you have nothing more to take away." Antoine de Saint-Exupery
posts - 440, comments - 2715, trackbacks - 3944

My Links

Archives

Post Categories

Image Galleries

.RO Blogs

.RO People

.RO Sites

Blogs

Furls

Links

vinCitori

Quiz Sharp 1

Bello il quiz di Andrea! Questo è il mio :-)

class Q1: System.NullReferenceException
{
  static int Main()
  {
    try
    {
      return 0 + (Q1)null;
    }
    catch(Q1 q)
    {
      throw;
    }
  }

  public static int operator +(int i, Q1 q)
  {
    return i + q.Message.Length;
  }
}

Si ottiene:

  • A. NullReferenceException;
  • B. Q1;
  • C. StackOverflowException.

Print | posted on martedì 18 maggio 2004 02:53 | Filed Under [ Quiz Sharp ]

Powered by:
Powered By Subtext Powered By ASP.NET