Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F120859130
PhDStudent.cpp
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, Jul 7, 13:14
Size
271 B
Mime Type
text/x-c
Expires
Wed, Jul 9, 13:14 (2 d)
Engine
blob
Format
Raw Data
Handle
27260829
Attached To
R1106 Programming Concept Rouaze
PhDStudent.cpp
View Options
/*
* PhDStudent.cpp
*
* Created on: Oct 25, 2012
* Author: rpopescu
*/
#include "PhDStudent.hpp"
PhDStudent::PhDStudent(const std::string& name, const bool fullTime)
: GraduateStudent(name, 0.0, fullTime)
{}
double PhDStudent::MoneyOwed()
{
return 0.0;
}
Event Timeline
Log In to Comment