📅  最后修改于: 2022-03-11 14:58:18.754000             🧑  作者: Mango
Which of the below is true about Interfaces?
Pick ONE option
Interface can contain constructors
A class can implement just one interface
An interface can declare public and protected method only
An interface cannot have instance variables