Which keyword cannot be used for class which declare final?
Answers
Answered by
3
You use the final keyword in a method declaration to indicate that the method cannot be overridden by sub classes. The Object class does this—a number of its methods are final .
PLZ MARK ME AS BRAINLIEST.
Similar questions