Viasat Interview Question

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

Interview Answer

Anonymous

Feb 9, 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