Computer Science, asked by singhrishita3456, 1 month ago

if a method is not clearly defined as static it is ___ method​

Answers

Answered by witherrosee
0

Answer:

Final method

Explanation:

The main difference between a static and final keyword is that static is keyword is used to define the class member that can be used independently of any object of that class. Final keyword is used to declare, a constant variable, a method which can not be overridden and a class that can not be inherited.

Similar questions