kamisthebomb831 kamisthebomb831 Today at 8:32 PM Computers and Technology Answered which of the following is a correct interface? a. interface a { void print() { } } b. abstract interface a { abstract void print() { } } c. abstract interface a { print(); } d. interface a { void print(); }