¡@

Home 

c# Programming Glossary: duck

Can you explain Liskov Substitution Principle with a good C# example?

http://stackoverflow.com/questions/4428725/can-you-explain-liskov-substitution-principle-with-a-good-c-sharp-example

do something to swim bool IsSwimming get return if the duck is swimming public class ElectricDuck IDuck bool _isSwimming.. _isSwimming And the calling code void MakeDuckSwim IDuck duck duck.Swim As you can see there are two examples of ducks. One.. And the calling code void MakeDuckSwim IDuck duck duck.Swim As you can see there are two examples of ducks. One organic..

The art of programming: Java vs C# [closed]

http://stackoverflow.com/questions/610199/the-art-of-programming-java-vs-c-sharp

Decimal type As of C# the dynamic type which is basically duck typing . And Java has WAY way better enums. C# enums are just..