Which is faster abstract and interface?

The performance of an abstract class is fast . The performance of interface is slow because it requires time to search actual method in the corresponding class. It is used to implement the core identity of class.

Leave a Reply

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