What is concrete method in abstract class?

A concrete method means, the method has complete definition but it can be overridden in the inherited class . If we make this method “final” then it can not be overriden. Declaring a method or class “final” means its implementation is complete.

Sizin İçin Seçtik  What is class example in Java?

Leave a Reply

Your email address will not be published. Required fields are marked *