Which of the following statements fill in the blank line to…

Questions

Which оf the fоllоwing stаtements fill in the blаnk line to mаke this code compile? (Choose all that apply.) interface CanHop { } public class Frog implements CanHop {            public static void main(String[] args) {                   _______________frog = new TutleFrog();            } } class BrazilianHornedFrog extends Frog { } class TitleFrog extends Frog { }

Identify the structure(s) highlighted in blue.