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: Pregnancy & Women: Frequently Asked Questions (Pregnancy & Women)

Last updated Thursday, 6 January 2011
W3C CSS 2.0   
W3C XHTML 1.1
You are viewing an old copy of this page. View the latest copy in the new v3 site.