Method Overloading In Java (Java OOP 3)

preview_player
Показать описание


~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~

🅑 Bitcoin - 3HnF1SWTzo1dCU7RwFLhgk7SYiVfV37Pbq
🅔 Eth - 0x350139af84b60d075a3a0379716040b63f6D3853
Рекомендации по теме
Комментарии
Автор

Hi, Caleb. I would like to comment you on your series of video tutorials. Great job.
Secondly, I wonder why the Enum is a Class member and not an object's one?
Shouldn't we declare it static so it could be a class's member?
And then if we like to have a copy of it on any instance, how should we do it?

AmirA-joge
Автор

cool video series as always. Quick question: why do you got with set_name instead of the "famous" camel case convention?

Hutabdergehtgutab
Автор

man you explain so good, you helped me so mach, thank you

אורישפר-עצ
Автор

void set_membership(Membership membership){
_membership = membership.name()
)

what is the value of membership.name(), where did it come from?

derekkc
Автор

Why doesn't it work if I create it in the seperate file?

JoshuaWorleyWindle