TechFlow interview question

Java: difference between interface and abstract class.

Interview Answer

Anonymous

May 21, 2021

Members of an interface class are public, while in an abstract class we can have private, protected members of the class.