Name two of the private members of the class LinkedBag
What will be an ideal response?
any two of -- headPtr, itemCount, method getPointerTo
Computer Science & Information Technology
You might also like to view...
Method_______ returns a string representing the data received and the address of the socket sending the data.
a) recv. b) receive. c) recvfrom. d) None of the above.
Computer Science & Information Technology
What will be stored in number after execution of the following statement?
int denominator = 2, numerator = 5; float number = (float) denominator / numerator; a) 0 b) 0.0 c) 0.4 d) 2.5
Computer Science & Information Technology