How can i do, instead of passing the same parameter, i.e. Customer& cust, again and again
I am currently working on a banking service project, on a beginner level. I am thinking to cut down on how I have passed ‘Customer’ class’s cust object’s reference as a parameter in each method of each class, in a way so that I am able to NOT pass ‘Customer’ class’s object for a function definition.