What is similarities between Abstract Class and Interface?

1 answer

Answer

1115381

2026-07-19 08:35

+ Follow

If a class has one abstract method ,the class has to be an abstract class.
Methods can be implemented in abstract class.


Whereas a interface is like a abstract class...the only difference being that the methods are never implemented in Interface.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.