Computer Science, asked by lokesharora1119, 1 year ago

Which keyword cannot be used for class which declare final?

Answers

Answered by hudgekale
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