Home > Java Programming > Abstract > Questions and Answers
Q: |
Public abstract class Wow { Private int wow; Public Wow (int wow) { This.wow=wow; } Public void wow ( ) {}
Private void wowiz ( ) {} } | ||||||||||
|
Comment on this Question | |
Name: | |
|