- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFerrari.cpp
More file actions
Latest commit
23 lines (21 loc) · 427 Bytes
/
Copy pathFerrari.cpp
File metadata and controls
23 lines (21 loc) · 427 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
* Ferrari.cpp
*
* Created on: Feb 26, 2012
* Author: daniel
*/
#include"Ferrari.h"
Ferrari::Ferrari() {
// TODO Auto-generated constructor stub
cout<<"\n\nVRUUUUUUU...."<<endl;
}
intFerrari::correr(){
cout<<"Aumentando velocidade.."<<endl;
cout<<"100km/h"<<endl;
cout<<"140km/h"<<endl;
cout<<"180km/h"<<endl;
cout<<"230km/h"<<endl;
}
Ferrari::~Ferrari() {
// TODO Auto-generated destructor stub
}