kamisthebomb831 kamisthebomb831 20-05-2023 Computers and Technology contestada 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(); }