Advertisement
Dprogrammed1

java ques 23

Mar 28th, 2019
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.05 KB | None | 0 0
  1. Abstract class xy
  2. {
  3. abstract sum (int x, int y) { }
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement