Hi @Build-X-From-Scratch/early-binding
The resource learn what is Queue and how to implement using array or linked list(singly or doubly):
Our Task
We will create a basic implementation using the concepts from the resources above, but before that, let's test our understanding of OOP. There are several requirements, such as understanding the foundations of OOP, including:
- Classes
- Objects
- Data Abstraction
- Encapsulation
- Polymorphism
Then understand the rule of three or rule of five, but here we will only use the rule of three, namely constructor, copy constructor, and copy assignment.