What is runtime binding?

前端 未结 4 995
广开言路
广开言路 2021-02-09 03:58

I\'m going through the android development training docs and stumbled upon this:

\"An Intent is an object that provides runtime binding between separate

4条回答
  •  南方客
    南方客 (楼主)
    2021-02-09 04:12

    Some short research could lead you to this http://en.wikipedia.org/wiki/Late_binding .

    Short definition to prevent some dead-linking: Runtime binding is a computer programming mechanism in which the method being called upon an object is looked up by name at runtime.

提交回复
热议问题