Advertisement
wingman007

2018_Java_Introducable

Oct 27th, 2018
327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.09 KB | None | 0 0
  1. package com.coolcsn;
  2.  
  3. public interface Introducable {
  4.     void introduceYourSelf();
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement