Let Diffblue take care of your Java testing :) - calcur.tech/diffblue playlist - kzbin.info/www/bejne/oqbKmKp_nJWqaMU
@AmirA-jo2ge3 жыл бұрын
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?
@GameModzz2 жыл бұрын
Great series thanks.
@Hutabdergehtgutab3 жыл бұрын
cool video series as always. Quick question: why do you got with set_name instead of the "famous" camel case convention?
@אורישפר-ע5צ Жыл бұрын
man you explain so good, you helped me so mach, thank you
@fernanboxfrias3813 жыл бұрын
Thanks for the video!!!!!!!!!!!
@eva42sh2 жыл бұрын
great explanation
@franciscoparratrcka69929 ай бұрын
Thank you!
@derekkc72992 жыл бұрын
void set_membership(Membership membership){ _membership = membership.name() ) what is the value of membership.name(), where did it come from?
@anoopjalla84049 ай бұрын
i also have this question
@used2venom2 ай бұрын
@@anoopjalla8404 my understanding is that name() method is inherent to all enums, just like all classes have a default constructor if you don't override it.
@JoshuaWorleyWindle2 жыл бұрын
Why doesn't it work if I create it in the seperate file?
@onurgunes45572 жыл бұрын
Me too. Can you fix them? If you fix them can you share them with us, please
@onurgunes45572 жыл бұрын
Hey bro. I fix them just a second ago. Error is String membership, this is not correct. The correct one is String _membersihp;. Check your code. Nice learning. See you