Answer the following statements true (T) or false (F)
1) It is only possible to implement a stack using a linked structure.
2) In a linked implementation of a stack, a pushed element should be added to the end of the list.
3) When an object contains an instance field that is a reference to another object of the same type, we say that the object is self-
identifying
4) A linked list is a linear ordering of objects in which an object has a reference to the next object in the list
5) An object can only contain one field that is a reference to another object of the same type.
1) F
2) F
3) F
4) T
5)
You might also like to view...
Which of the following is NOT considered a commonly-used chart type?
A) Bar chart B) Pie chart C) Line chart D) XY scatter chart
Which of the following statements about action buttons is NOT true?
A) An action button is a type of hyperlink. B) Action buttons must be placed in the footer of a slide. C) They are often used in self-running slide shows. D) They have built-in actions or links assigned to them.