class Car
{
public:
Car(string name, const int wheels = 4){}
private:
string name;
};
void main()
{
Car("Ford",3); // Why can I put in a 3?
}
pac-man 0 Junior Poster in Training
Lerner 582 Nearly a Posting Maven
tkud 0 Posting Whiz in Training
pac-man 0 Junior Poster in Training
Lerner 582 Nearly a Posting Maven
pac-man 0 Junior Poster in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.