Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
Design a class named HousePlant. A HousePlant has fields for a name (for example, "Philodendron"), a price (for example, 29.
Design a class named HousePlant. A HousePlant has fields for a name (for example, “Philodendron”), a price (for example, 29.99), and a field that indicates whether the plant has been fed in the last month (for example, “Yes”). Create the class diagram and write the pseudocode that defines the class.