whats wrong with my code ???


at book class is

protected Company publisher; declare as global variable
public Company getPublisher() {
return publisher;
}
public...