Guest User

Untitled

a guest
Mar 21st, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. private Calculator setDataForExample(Calculator calc)
  2. {
  3. return calc;
  4. }
  5. private Calculator setDataForExample(Desktop dsk)
  6. {
  7. Calculator calc = new Calculator();
  8. return calc;
  9. }
Add Comment
Please, Sign In to add comment