employer cover photo
employer logo

VMware Interview Question

what is the difference between abstract class and interface in java?

Interview Answer

Anonymous

Jun 10, 2022

Abstract classes can have constants, members, method stubs and defined methods, whereas interfaces can only have constants and methods stubs.