Java for Beginners 5 - access and non access modifiers

preview_player
Показать описание
In this episode of my free Java Video Course I talk about access modifiers, the increment operator
Рекомендации по теме
Комментарии
Автор

Hi welcome to my free Java Video Course lesson 5. My name is Marcus Biel I’m a software craftsman with 14 years of experience in Java my goal is to teach you Java in the easiest possible way.
RecapLet’s recap what we’ve learned so far. We’ve created a class Person here it starts with the opening curly brace and it ends with the closing curly brace. We had two constructors defined. One default constructor that does not have any parameter and one constructor that has a name parameter....

MarcusBiel
Автор

This is cool so putted so much effort on all the courses, this quality deserves so much money
Sadly, most of the paid courses aren't that good but there are some other that is good like your course

corlefem
Автор

h sir marcus, i have followed your instructions about putting static keyword in private variable integer personCounter and public method integer numberOfPerson to count the Person object in PersonTest, java dynamically .. i have 2 two person objects under the shouldReturn method in PersonTest, java and my actual value supposed to count 2 objects but it is counting the rest the objects under the other test methods in PersonTest, java . Instead of having 2 in my actual value when i run the test it becomes 5. I want to know if there is any problem in my code.

josephpogi
Автор

Awesome video, thanks man, that really helped :)

RedEyedJedi