私有成員

C++語言中class類中的private:私有數據和函式。

格式:

class 類名{

private:私有數據和函式

public:公有數據和函式

protected:保護數據和函式

};

基本介紹

  • 中文名:私有成員
  • 定義C++語言中class類中的private:私有數據和函式
C++語言中class類中的private:私有數據和函式。
格式:
class 類名{
private:私有數據和函式
public:公有數據和函式
protected:保護數據和函式
};

相關詞條

熱門詞條

聯絡我們