Viasat interview question

Q3. What is the difference between interface and abstract class?

Interview Answer

Anonymous

9 Feb 2022

Methods inside an interface cannot have a definition while methods inside an abstract class can hive function definition. Look online for more detailed answer.

1