Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
Why is the constructor of the QueueLinkedList class empty?
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
Related Answered Questions
Related Open Questions