Inactive Tutor answered 05/24/19
Tutor
New to Wyzant
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