C++ pls help | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

C++ pls help

Your Queue class is up and working in a customer service company. The company opens up a new branch and asks you to make another version of the Queue for them. The only difference is the way the Queue is displayed: each number on a new line. You decide to create a new class called Queue2, which is derived from the Queue class and overrides the print() method, outputting each element of the queue on a new line. (Do not forget to change the access specifier of the Queue members, as they won't be inherited if private.)

1st Oct 2021, 6:52 PM
2020_b Dudzińska Julia
2020_b Dudzińska Julia - avatar
1 Antwort
0
Show your attempt first
8th Oct 2021, 1:52 AM
Rishi
Rishi - avatar