Advertisement
Guest User

Class Professor

a guest
Feb 21st, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.12 KB | None | 0 0
  1. public class Professor
  2. {
  3.     int id;
  4.     String nome;
  5.     String cpf;
  6.     String endereco;
  7.     Curso cursoLecionado;
  8.     Escola escola;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement