Hello im just a newbie.. could anyone help me Write a java program that can

could anyone help me Write a java program that can add, show, update and delete item(s) in the inventory. Applying any OOP principles in this program. The program will display a menu with the following selection:
Inventory Program
Add Item to Inventory
Display Current Inventory
Update Item
Remove Item
Exit
I will create two classes, InventoryItems.java, where all the attributes and methods are stored, InventoryProgram.java, where the main method is located. Apply any OOP principles in this program.