Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F113247428
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
Fri, May 16, 13:56
Size
261 B
Mime Type
text/x-c++
Expires
Sun, May 18, 13:56 (2 d)
Engine
blob
Format
Raw Data
Handle
26217030
Attached To
R1692 code_skeleton
animals.classes
View Options
class Animal
public pure virtual void scream();
public std::string & getName();
public void setName(std::string & toto);
protected std::string name;
class Cat(Animal)
public virtual void scream();
class Dog(Animal)
public virtual void scream();
Event Timeline
Log In to Comment