Browse by Tags

Sorry, but there are no more tags available to filter with.

Related Posts

  • violation of object oriented Programming

    Hello Everyone, can you guys please tell me,is this code violating the rules of oops? interface A { string GetText(); class B : A { public string GetText() return "Hello From Interface" ; public string MethodInB() return "Hello from Class" ; } } static void Main() A obj = new B (...
    Posted to C# (Forum) by amit_soni2000 on 07-18-2009, 12:00 AM
    Filed under: oops, Interfaces
Page 1 of 1 (1 items)