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.
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.