Arduino

Arduino is a prototype platform (open-source) based on an easy-to-use hardware and software. It consists of a circuit board, which can be programed (referred to as a microcontroller) and a…

Continue ReadingArduino

C# – Polymorphism

  • Post author:
  • Post category:C#
  • Post comments:2 Comments

The word C# polymorphism means having many forms. In the object-oriented programming paradigm, polymorphism is often expressed as 'one interface, multiple functions. Polymorphism can be static or dynamic. In static polymorphism, the response…

Continue ReadingC# – Polymorphism