美文网首页
what is "duck typing"???

what is "duck typing"???

作者: 宣雄民 | 来源:发表于2019-03-20 05:50 被阅读0次

    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. With normal typing, suitability is determined by an object's type. In duck typing, an object's suitability is determined by the presence of certain methods and properties, rather than the type of the object itself.

    Updating....

    相关文章

      网友评论

          本文标题:what is "duck typing"???

          本文链接:https://www.haomeiwen.com/subject/kdlamqtx.html