The _______ function retrieves the value of the size member of the LinkedList class.

Skill/Topic: Stacks and Queues: Insert, Delete, Peek, Find
A) getSize()
B) giveSize()
C) seeSize()
D) addSize()
Explanation: The getSize() function retrieves the value of the size member of the LinkedList class. The getSize() function contains one statement that simply returns the value of the size member

Showing Answers 1 - 1 of 1 Answers

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