Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F112527258
animals.classes
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
Sun, May 11, 05:12
Size
213 B
Mime Type
text/x-c++
Expires
Tue, May 13, 05:12 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
26095479
Attached To
R1692 code_skeleton
animals.classes
View Options
class Animal
public virtual void scream()=0;
public std::string getName();
protected std::string name;
class Cat(Animal)
public virtual void scream();
class Dog(Animal)
public virtual void scream();
Event Timeline
Log In to Comment