Instructions: Please, submit your programs as one .cpp file withany “read.me” instructions inside and commented out using /* …*/. The file should include your name at the top of the file. Youare not to use any external libraries and should use only C++standard features. Using your code, I should be able to createinstances of your classes/structures and call your methods. In yourcomments, you need to explain why you implemented the Abstract DataTypes (ADT) as C++ classes or as C++ structures (5points). Forextra 5 points you can claim that your code is thread-safe (meaningI can use your structures in parallel processing).
-
Implement
OROR