Declaration of a Software Professional

 

class SoftwareProfessional
{
	private:
		double	salary;
		long	lunches;
		float	jobs;
		char	unstable;
		void *	work;

	private:
		complex	UpdateSkills();
		long	DownloadPictures();
		long	PlayNetworkGames(SoftwareProfessional& OtherProfessional);

	public:
		short		PaintTheManagers();
		virtual void	WorkDuringDay() = 0;
		long		SendMails();
		long		ReceiveMails();
		long		Send(Pictures& pictures);
		long		Send(Jokes& jokes);
};

 

See also: Why Parents Drink (Why Parents Drink)

Last updated Friday, 4 June 2004
W3C CSS 2.0   
W3C XHTML 1.1