matheus__serpa

qwewqe

Apr 9th, 2020
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.18 KB | None | 0 0
  1. class oficina{
  2.     public:
  3.         void desmontar(veiculo *v);
  4.         void desmontar(carro *c);
  5.         void desmontar(caminhao *c);
  6.         void desmontar(treminhao *t);
  7. };
Advertisement
Add Comment
Please, Sign In to add comment