
C/C++
文章平均质量分 50
PANHSDN
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Virtual table
# Implementation“An object’s virtual method table will contain the addresses of the object’s dynamically bound methods. Method calls are performed by fetching the method’s address from the objec...原创 2018-04-23 20:20:18 · 659 阅读 · 0 评论 -
constructors and destructors
对文档不作任何解释说明,花开两朵,各表一枝#ConstructorsA constructor is a kind of member function that initializes an instance of its class. A constructor has the same name as the class and no return value. A cons...原创 2018-04-21 18:30:21 · 435 阅读 · 0 评论