if a method is not clearly defined as static it is ___ method
Answers
Answered by
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
Math,
17 days ago
Social Sciences,
17 days ago
English,
1 month ago
Physics,
9 months ago
Social Sciences,
9 months ago