后绑定 meaning in English
late binding
Examples
- Deathwing brood cloak : these cloaks are now bound on equip instead of bound on pickup
死亡之翼血脉披风:这些披风现在由“拾取后绑定”改为“装备后绑定” 。 - Hence , you should not rely on finding assemblies in the same application domain through late - bound mechanisms
因此,不应通过后绑定机制查找相同应用程序中的程序集。 - Such integration promises high performance and late - binding support for aop , which constitutes the best of both worlds
这种集成带来了aop的高性能和后绑定( late - binding )支持,这是这两个方面最好的事情。 - By doing so , the client is already assuming that the endpoint must be determined at runtime late binding and can include their subscription level in the criteria of the uddi query
通过这样做,客户端已经假设端点是在运行时(后绑定)决定的,而且也在uddi查询标准中包括了他们的订阅级别。 - In this chapter , you ' ll learn about polymorphism ( also called dynamic binding or late binding or run - time binding ) starting from the basics , with simple examples that strip away everything but the polymorphic behavior of the program
在本章,你将通过一些只有多态方法的小例子学习到多态性(动态绑定,后绑定或者运行时绑定) 。