Question: 31
(Choose 2 answers)
Choose multiple correct answers.
A. The purpose of an interface in Java is to provide a blueprint for a class
B. Can create instance variables of an interface
C. An interface has constructors and private methods.
D. The keyword used to implement an interface in Java is implement