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

Test Sharp (a@f)

Questo snippet C#:

class Test
{
  static void Main()
  {
    System.Console.WriteLine(new a());
  }
}

stampa a console le mie iniziali con una chiocciola in mezzo:

a@f

Si sa che la classe a:

  • deriva da System.Object
  • NON ha definito in modo esplicito alcun costruttore e 
  • NON sovrascrive nel suo codice di definizione il metodo ToString.

Com'è possibile?

Le vostre idee/soluzioni fino al prossimo venerdì, nella sezione commenti.

Print | posted on sabato 12 marzo 2005 14:41 | Filed Under [ Test Sharp ]

Powered by:
Powered By Subtext Powered By ASP.NET