
Tags: humor, наброс говна на вентилятор







class C
{
public static void M(string x)
{
System.Console.WriteLine("static M(string)");
}
public void M(object s)
{
System.Console.WriteLine("M(object)");
}
}
class Program
{
static void Main()
{
C c = new C();
c.M("hello");
}
}
![]() | You are viewing Log in Create a LiveJournal Account Learn more |