Why is the constructor of the QueueLinkedList class empty?

Skill/Topic: Queues Using Linked Lists
A) because initialization of data members of the LinkedList class is performed by the constructor of the LinkedList class.
B) because initialization of data members of the LinkedList class is performed by the destructor of the LinkedList class.
C) because initialization of data members of the QueueLinkedList class is performed by the constructor of the LinkedList class.
D) because initialization of data members of the QueueLinkedList class is performed by the destructor of the LinkedList class

Showing Answers 1 - 1 of 1 Answers

Sreenivas

  • Oct 31st, 2006
 

C) because initialization of data members of the QueueLinkedList class is performed by the constructor of the LinkedList class.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions