转载请附原文链接:http://blog.fandong.me/2017/08/05/iOS-interviewFromKunlunResult/
property的描述有哪些 并说明各个描述的意义
weak在runtime中的实现
Autorelease Pool在ARC下的使用场景
Autorelease Pool的倾倒时机,AutoreleasePool的本身实现
KVO在使用场景KVO在runtime中的实现
KVC在使用场景KVC在runtime中的实现
RunLoop在一个循环中处理了哪些内容
C++已知类User,写出该类的构造以及,拷贝构造函数,并写出调用方式
class User{
const int32_t _id;
const std::string _name;
}