0 votes
in JAVA by
Can you use abstract and final both with a method?

1 Answer

0 votes
by

No, because we need to override the abstract method to provide its implementation, whereas we can't override the final method.

Related questions

0 votes
asked Feb 12, 2020 in JAVA by rahuljain1
0 votes
asked Jan 24, 2021 in JAVA by rajeshsharma
...