C # Interface, abstract class, inheritance synthesis small exercise

Source: Internet
Author: User

1 namespace Test2 {3     class Program4     {5         Static voidMain (string[] args)6         {7             //job: Rubber Rubber duck, wood duck, real duck realduck. 8             //Three ducks can swim, and the rubber ducks and the real ducks will bark,9             //just a different cry, the rubber Duck "haw" called, The Real Duck "quack" called, wooden ducks will not bark.Ten  OneDuck DK =NewRealduck (); A DK. Swim (); -Ibark IB =NewRealduck (); - ib. Bark (); the Console.readkey (); -         } -     } -     //for abstract Classes +      Public Abstract classDuck -     { +          Public Abstract voidSwim (); A     } at     //Interface -      Public InterfaceIbark -     { -         voidBark (); -     } -  in      Public classRealduck:duck, Ibark -     { to          Public voidBark () +         { -Console.WriteLine ("Real Duck Quack"); the         } *  $          PublicOverridevoidSwim ()Panax Notoginseng         { -Console.WriteLine ("Real ducks can swim"); the         } +     } A  the      Public classMuduck:duck +     { -          PublicOverridevoidSwim () $         { $Console.WriteLine ("Wood ducks can swim"); -         } -     } the  -      Public classXpduck:duck, IbarkWuyi     { the          Public voidBark () -         { WuConsole.WriteLine ("Rubber Duck chirp"); -         } About  $          PublicOverridevoidSwim () -         { -Console.WriteLine ("Rubber ducks can swim"); -         } A     } +}

C # Interface, abstract class, inheritance synthesis small exercise

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.