Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package Pokedex;
- public class Charmander extends Pokemon {
- public Charmander(){
- super("Charmander", "Fire", "Ember");
- }
- public void talk(){
- System.out.println("Char! Char!");
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment