Showing posts with label Concrete methods. Show all posts
Showing posts with label Concrete methods. Show all posts

How to access Abstract class concrete methods in java?

Basically we can't create instance for Abstract class. In that case if we need to access the concrete methods of abstract class then we need to extend abstract class to other class and by instance of...