Advertisement
Guest User

Untitled

a guest
Jan 24th, 2020
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. class singleton {
  2. private attribut1 = singleton()
  3. public void methode1(){}
  4.  
  5.  
  6. }
  7. attribut1.metode();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement