Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102854510
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, Feb 24, 21:32
Size
271 B
Mime Type
text/x-c
Expires
Wed, Feb 26, 21:32 (1 d, 20 h)
Engine
blob
Format
Raw Data
Handle
24442100
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