Question: CHALLENGE 3 . 5 . 2 : Basic polymorphism. Write the printltem ( ) method for the base class. Sample output for below program: Last
CHALLENGE
: Basic polymorphism.
Write the printltem method for the base class. Sample output for below program:
Last name: Smith
First and last name: Bill Jones
Learn how our autograder works
public class BaseItem
protected String lastName;
public void setLastNameString providedName
lastName providedName;
FIXME: Define printItem method
end
Code from file DerivedItem. java
public class DerivedItem extends BaseItem
private string firstName;
nublic void setFirstNameString nrovidedName &
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
