public class Driver { public static void main(String[] args) { NPC ogre= new NPC(); Character j = new Character(); j.attack(ogre); } }