Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102891758
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
Tue, Feb 25, 06:29
Size
414 B
Mime Type
text/x-c++
Expires
Thu, Feb 27, 06:29 (1 d, 23 h)
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