Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. public class Cat implements Animal{
  2.  
  3. @Override
  4. public void eat () {
  5. System.out.println("Cat eating........");
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement