类定义注意点
Posted wllwqdeai
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了类定义注意点相关的知识,希望对你有一定的参考价值。
1、类成员函数访问修饰const,申明和定义中须保持一致;
class IntCell{... ; int read( ) const;...}
int IntCell::read( ) const { return storedValue }
以上是关于类定义注意点的主要内容,如果未能解决你的问题,请参考以下文章