Posts by Gon • 53 points
2 posts
-
0
votes1
answer1048
viewsQ: Encapsulation and Get and Set methods
I am continuing my studies in object-oriented Java programming. I am currently studying encapsulation and methods get and set and I came across the following exercise: Encapsulate the value…
-
4
votes1
answer1193
viewsQ: Create class inheritance
I am studying object-oriented Java programming and need to perform the following exercise: Implement the class Funcionario and the class Gerente. Create the class Assistente, which is also a…