0
What should sample code contain i.e. constructor, encapsulation, private members etc.
sample code for potential employers.
1 Resposta
+ 5
What does this mean, as in sample code for what purpose? Employer class with a constructor, private or protected members for variables; getters and setters. If that was right then it's best have private members for variables unless a cold class is needed.