1516171819202122
/** * @param args the command line arguments */ public static void main(String[] args) { Book b = new Book("Lolity", "james callog", 1998); ExtBook eb = new ExtBook("title", "author", 1020, "publisher"); }