Gettable
Package:
Summary:
Make accessible private and protected variables
Groups:
Author:
Description:
This class can be used to make accessible private and protected variables.
It is an abstract class that provides access to retrieve values of private and protected variables while preventing to change those variables values.
Variables with names that start with an underscore still cannot be accessed from outside the class.
It is an abstract class that provides access to retrieve values of private and protected variables while preventing to change those variables values.
Variables with names that start with an underscore still cannot be accessed from outside the class.
Comments are closed.