Can anyone please tell why abstract classes are faster in implementing than interfaces. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can anyone please tell why abstract classes are faster in implementing than interfaces.

as known method invocation of static final methods should be faster than non static .Also, the percentage of abstraction varies in abstract as interface fulfills full abstraction properties.

18th Jun 2018, 8:22 PM
Dhruv Walia
Dhruv Walia - avatar
1 Answer
+ 2
Is there really a difference? That would really depend on the compiler.... In any case, here are some answers: https://stackoverflow.com/questions/12514131/which-one-is-fast-abstract-class-or-interface
18th Jun 2018, 8:39 PM
ifl
ifl - avatar