Consider that an e-commerce company wants to keep track of all their products and want to use linked list. Follow the instructions to create a java program for that company. 1. Design a java interface called IDedObject which has following abstract functions. int getID() //Returns the ID of the object void printID() //Prints the details of the ID
2. Design a java class Product that implements IDedObject interface and has the following class variables:

Solved
Show answers

Ask an AI advisor a question