• Javascript
  • Python
  • Go
Tag name:

duck-typing

Duck typing is a programming technique where the type or class of an object is less important than the methods or attributes it possesses. This allows for greater flexibility and dynamic behavior in building software. Learn more about this concept and how it is used in modern programming.

Related Articles