Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ...\java ... A
- hello
- in B() constructor
- A.showAttributes() : A(height=0.0)
- B.showAttributes() : A(weight=150.0)
- end of B() constructor
- in A() constructor
- A.showAttributes() : A(height=6.0)
- B.showAttributes() : A(weight=150.0)
- end of A() constructor
- Process finished with exit code 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement