
This page is one of the projects i did when i was in Object Oriented Programming. Roy and I had to write a class to work with playing cards and then write tests. The tests arent included here, but the class is.
The first section here is the class declaration, It can be in a header file but we didnt move it there.
The second section here is the class constructor implementations.
The second section here is the class attribute getters.