Hello everyone! Can I create getter or setter myself with other name? ex. : recColor(); plaColor(); | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Hello everyone! Can I create getter or setter myself with other name? ex. : recColor(); plaColor();

And I do not understand at all why I need these methods?

18th Mar 2023, 7:23 AM
Saidazim
Saidazim - avatar
1 Answer
+ 4
set method doesn't return anything so it should be void and it except 1 parameter getter method return value so it should have return type based on private variable These methods are just used to transfer data that is why we say DTO
18th Mar 2023, 9:04 AM
A͢J
A͢J - avatar