//myObj.x = 78; // will generate an error: cannot assign a value to a final variable //myObj.pi = 25; // will generate an error: cannot assign a value to a final variable ...
i. whether this class can be accessible from anywhere or not. ii. whether child class creation is possible or not. iii. whether object creation is possible or not We can specify this information by ...