码迷,mamicode.com
首页 > 其他好文 > 详细

final和override含义

时间:2014-07-16 15:51:38      阅读:181      评论:0      收藏:0      [点我收藏+]

标签:blog   http   art   html   c++   re   

这两个东西是C++11中引入的,属于保留字,不是关键字,只有在特定的位置才会有效果(函数参数列表后),在其它地方甚至可以把它们作为变量名。

final:阻止虚函数被重写

override:标识函数重写了基类虚函数,强调重写设计意图,加强可读性,并强制编译器检查该函数是否重写了基类虚函数

 

参考链接:

http://book.2cto.com/201306/25355.html

http://blog.csdn.net/mashen1989/article/details/7690588

http://zhidao.baidu.com/link?url=wWRGOHIEIP5uO4kmx9tX_HBsoBqj1LUApKy1blQEpIx_5cfyo7dMxey-g0qXrwGG9yO25vXnLTwb_QHIz_YE4dO50SsNAk51-TxjlIzeknm

final和override含义,布布扣,bubuko.com

final和override含义

标签:blog   http   art   html   c++   re   

原文地址:http://www.cnblogs.com/laihaiteng/p/3848508.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!