12. What can you say about the below implement G front rear a. Dequeuing is slow, enqueuing is quick b. Dequeuing is quick, enqueuing is slow c. Dequeuing and enqueuing are equally efficient d. It is not possible to perform a dequeue operation in this implementation 13. What will happen with newElem in the below figure? front newElem rear newElem a. It will be enqueued to q b. It will replace the reference to rear c. It will be collected by the Java garbage collector d. It will be dequeued from q -T4. Which of the following statements is false? a. A constructor must have the same name as its class b. A constructor can be called multiple times (even after the instance of a class is created) c. A constructor is not explicitly called, it is automatically called when an instance of a class is created. d. A constructor must have a minimum number of formal parameters, as set in the class definition. 15. Which of the following statements is false? a. A class can have only one direct parent in Java b. Polymorphism allows to have different implementations of the same function for different subclasses c. Inheritance leads to reducing duplication in the code d. Inheritance and polymorphism are mutually exclusive (one of them can be applied in the implementation of a class and its subclasses, not both at the same time)

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter18: Stacks And Queues
Section: Chapter Questions
Problem 16PE: The implementation of a queue in an array, as given in this chapter, uses the variable count to...
icon
Related questions
Question
Urgent
9
B
B
B
C
12. What can you say about the below implementation of a Queue?
•
front
rear
.
ut
front
rear
a. Dequeuing is slow, enqueuing is quick
b. Dequeuing is quick, enqueuing is slow
c. Dequeuing and enqueuing are equally efficient
d. It is not possible to perform a dequeue operation in this implementation
13. What will happen with newElem in the below figure?
q
A
A
B
C
Ⓒ
C
C
B
3
a. It will be enqueued to q
b. It will replace the reference to rear
C
newElem
D
D
(D)
D
c. It will be collected by the Java garbage collector
d. It will be dequeued from q
-14. Which of the following statements is false?
O
D
C
a. A constructor must have the same name as its class
b. A constructor can be called multiple times (even after the instance of a class is
created)
15. Which of the following statements is false?
newElem
c. A constructor is not explicitly called, it is automatically called when an instance
of a class is created.
d. A constructor must have a minimum number of formal parameters, as set in the
class definition.
E
(E)
E
(E)
(E)
(E)
BO
a. A class can have only one direct parent in Java
b. Polymorphism allows to have different implementations of the same function for
different subclasses
c. Inheritance leads to reducing duplication in the code
d. Inheritance and polymorphism are mutually exclusive (one of them can be applied
in the implementation of a class and its subclasses, not both
at the same time)
E
(E)
(E)
D
157 C
158
159
160
161
162 @
163
164
165
(B
B
(B)
(B)
(B)
(B)
(B)
(B)
(B)
©
(C)
C
Ⓒ
(C)
C
(C)
C
OD
O
(D)
(D
(D)
(D)
D
(D)
(E)
(E
(E
(E
E
(E)
(E)
(E)
Transcribed Image Text:9 B B B C 12. What can you say about the below implementation of a Queue? • front rear . ut front rear a. Dequeuing is slow, enqueuing is quick b. Dequeuing is quick, enqueuing is slow c. Dequeuing and enqueuing are equally efficient d. It is not possible to perform a dequeue operation in this implementation 13. What will happen with newElem in the below figure? q A A B C Ⓒ C C B 3 a. It will be enqueued to q b. It will replace the reference to rear C newElem D D (D) D c. It will be collected by the Java garbage collector d. It will be dequeued from q -14. Which of the following statements is false? O D C a. A constructor must have the same name as its class b. A constructor can be called multiple times (even after the instance of a class is created) 15. Which of the following statements is false? newElem c. A constructor is not explicitly called, it is automatically called when an instance of a class is created. d. A constructor must have a minimum number of formal parameters, as set in the class definition. E (E) E (E) (E) (E) BO a. A class can have only one direct parent in Java b. Polymorphism allows to have different implementations of the same function for different subclasses c. Inheritance leads to reducing duplication in the code d. Inheritance and polymorphism are mutually exclusive (one of them can be applied in the implementation of a class and its subclasses, not both at the same time) E (E) (E) D 157 C 158 159 160 161 162 @ 163 164 165 (B B (B) (B) (B) (B) (B) (B) (B) © (C) C Ⓒ (C) C (C) C OD O (D) (D (D) (D) D (D) (E) (E (E (E E (E) (E) (E)
Expert Solution
steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Knowledge Booster
Random access
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning