employer cover photo
employer logo
employer logo

Paragon Testing Enterprises

Is this your company?

Paragon Testing Enterprises interview question

What is the difference between interface and abstract class?

Interview Answer

Anonymous

19 Jul 2018

Abstract class can have abstract and non-abstract methods. Interface can have only abstract methods. Abstract class doesn't support multiple inheritance.Interface supports multiple inheritance.