Roke98

Tp1-Interface-OperacionesComunes

Aug 29th, 2023 (edited)
1,644
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.14 KB | None | 0 0
  1. public interface OperacionesComunes {
  2.     int atributo1 = 0;
  3.     int atributo2 = 1;
  4.     int atributo3 = 2;
  5.    
  6.     void metodo1();
  7.     void metodo2();
  8. }
  9.  
Advertisement
Add Comment
Please, Sign In to add comment