Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98777737
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
Thu, Jan 16, 09:29
Size
261 B
Mime Type
text/x-c++
Expires
Sat, Jan 18, 09:29 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23594651
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