<p>Modify the following <strong>Shelf</strong> class so it becomesa Generic class where String class can be replaced with anyclass.</p><p>Public class Shelf{</p><p>private String[] items;</p><p>private int capacity, itemsNumber = 0;</p><p>private String mainItem;</p><p>public Shelf(int