
Patrick B. answered 05/24/19
Tutor
4.7
(31)
Math and computer tutor/teacher
NEVER declare public properties unless it is a use constant for fixed value.
THAT undermines OOP.
a method can access it's objects members in a politically correct way either
through public getters and setters or using the THIS pointer.
That's OOP.
stick to it