关闭窗口
字体: 特大
ROLIA.NET - Forum #108082: Here is an example...
Here is an example...
by jabber (jabber) at 2001.6.21 08:37
class Animal{
public:
virtual ~Animal() =0;
} ;

Animal::~Animal() {}

This is a dummy example. However, it can prevent people from creating an Animal directly.

话题 版权声明 关闭窗口