Question: In this exercise, you ll create an IDisplayable interface and then use it in the InventoryItem class of the Inventory Maintenance app. 1 . Open

In this exercise, youll create an IDisplayable interface and then use it in the InventoryItem class of the Inventory Maintenance app.
1. Open the InventoryMaintenance project in the ExtraStarts\Ch15\ InventoryMaintIDisplayabledirectory.
2. Create a public interface named IDisplayable. Then, add the declaration for a method named GetDisplayText() with no parameters and a string return value.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!