什么是RunTime

Runtime其实是一个Runtime库,它基本上是用C和汇编写的,这个库使得C语言有了面向对象的能力。平时我们编写的OC代码,底层都是基于runtime实现的。