EffiaSoft interview question

Define interface Define polymorphism in java

Interview Answer

Anonymous

Jul 10, 2024

nterfaces specify what a class must do and not how. It is the blueprint of the class.