Advertisement
ADL_Rodrigo_Silva

Untitled

Dec 20th, 2021
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.11 KB | None | 0 0
  1. package cl.adl.poli;
  2.  
  3. public interface SerHumano {
  4.    
  5.    
  6.     public void comer();
  7.    
  8.     public void dormir();
  9.  
  10. }
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement