/*
RULE: a class declared as protected, than it can be visible or access in the child classes of the same package and out side of the child classes
*/
protected class Protected_Class
{
}
RULE: a class declared as protected, than it can be visible or access in the child classes of the same package and out side of the child classes
*/
protected class Protected_Class
{
}