Advertisement
Guest User

Untitled

a guest
Mar 27th, 2015
209
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 Q {
  2. public Q() {
  3. super("answer", 42);
  4. }
  5. }
  6.  
  7. public Q()
  8. {
  9. super();
  10. //other TO-DO...
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement