Design pattern for banking system
So I’m working on a simple banking system in c++, but I’m still not sure how to exactly implement the structure of the project itself as in the communications between the different classes and stuff. I’m looking for an OOP approach (as abstract as possible).