Скачиваний:
26
Добавлен:
01.05.2014
Размер:
734 б
Скачать
//” ©«: Actress.h
//Љ« бб "ЂЄваЁбб ". Џа®в®вЁЇ.
//Ђўв®а: ‘ҐаЈҐҐў Њ.‚. Ја.3352
//„ в : 09.05.06, ђҐ¤ ЄжЁп: 1.0

#include"Woman.cpp"

class CActress:
	public CWoman
{
 private: 
	 int Suit;			//Ќ®¬Ґа Є®бво¬ 
	 static unsigned int countreal;		// Є®«ЁзҐбвў® ॠ«м­® бгйҐбвўгойЁе ®ЎкҐЄв®ў 
	 static unsigned int countall;		// Є®«ЁзҐбвў® ᮧ¤ ­­ле ®ЎкЄв®ў
	 const unsigned int ID;				//Ё¤Ґ­вЁдЁЄ в®а

 public:  
	  CActress();               //‘®§¤ вм  ЄваЁббг
	  void PrintData() const;    //‚뢥бвЁ Ї а ¬Ґвал  ЄваЁббл
	  static unsigned int GetCountReal();	//Ї®«гзЁвм Є®«ЁзҐбвў® бгйҐбвўгойЁе ®ЎкҐЄв®ў
	  const unsigned int GetID();	//Ї®«гзЁвм Ё¤Ґ­вЁдЁЄ в®а
	  virtual ~CActress();              //‘®§¤ вм  ЄваЁббг
};
Соседние файлы в папке Лабораторная работа #3