Forum: C++
Jan 17th, 2005, 9:33 AM
|
|
Replies: 12
Views: 649
How to create program c++?
How to create a base class called MammalClass which each mammal has an age (private data member is Age) and a weight. Also the code for constructors that can instantiate mammals with age 0, a public...
|