Projeto Biblioteca POO - PV26465
Loading...
Searching...
No Matches
Uteis.h
Go to the documentation of this file.
1#ifndef UTEIS_H
2#define UTEIS_H
3
4
5class Uteis
6{
7 public:
8 Uteis();
9 virtual ~Uteis();
10
11 protected:
12
13 private:
14};
15
16#endif // UTEIS_H
Definition Uteis.h:6
Uteis()
Definition Uteis.cpp:3
virtual ~Uteis()
Definition Uteis.cpp:8