Computer training
15
Nov
What is Duck Type in Python? tccicomputercoaching.com
https://youtu.be/Zi2vL4Vh4_4
12
Oct
What is Duck Type in Python? tccicomputercoaching.com
As per Technical Definition: Duck typing in computer programming is an application of the duck test—”If it walks like a duck and it quacks like a duck, then it must be a duck“—to determine if an object can be used for a particular purpose. Actually it is not a python exclusive feature, since almost every dynamic language presents that behaviour. Duck typing is a […]