Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. public class Professor {
  2. public string nome;
  3. public int idade;
  4. public int matricula;
  5. public string cargaHoraria;
  6. public int numeroTelefone;
  7. public boolean turma;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement