Data Structures Interview Questions

Showing Questions 1 - 20 of 20 Questions
Sort by: 
 | 
Jump to Page:
  •  

    Why does QueueLinkedList class inherit the LinkedList class?

    Skill/Topic: Queues Using Linked ListsA) The QueueLinkedList class inherits the LinkedList class because the LinkedList class contains data members and function members that are necessary to manage the linked list that is used for the queue.

  •  

    How to remove some keys in ArrayList

    Hi.
    This a class Employee containes eid and ename are datamembers. when these employee class objects are stored in arrary list
    i want to remove eid containes 100 and 1000
    plz replay to me

    gourab

    • Mar 14th, 2014

    Use varray or nestet table to store the array list.
    the if want to remove use DELETE(n) method to specify the element to remove from the list.