Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102858122
PhDStudent.hpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Feb 24, 22:27
Size
414 B
Mime Type
text/x-c++
Expires
Wed, Feb 26, 22:27 (2 d)
Engine
blob
Format
Raw Data
Handle
24443466
Attached To
R1106 Programming Concept Rouaze
PhDStudent.hpp
View Options
/*
* PhDStudent.hpp
*
* Created on: Oct 25, 2012
* Author: rpopescu
*/
#ifndef PHDSTUDENT_HPP_
#define PHDSTUDENT_HPP_
#include "GraduateStudent.hpp"
class PhDStudent: public GraduateStudent {
public:
PhDStudent() {}
PhDStudent(const std::string& name, const bool fullTime);
virtual ~PhDStudent() {}
// PhD students don't owe money?
virtual double MoneyOwed();
};
#endif /* PHDSTUDENT_HPP_ */
Event Timeline
Log In to Comment