Interface begin to Create an interface called IMover Has a void…

Question Answered step-by-step Interface begin to Create an interface called IMover Has a void… Interfacebegin to Create an interface called IMoverHas a void method called Movebegin to Create an interface called IGlowHas a void method called GlowHas a method called Calculate that returns a stringbegin to Create a class called HawkImplements iMoverMove will display “I ZOOM!” in a message boxbegin to Create a class called PurpleMoldImplements iMover and IGlowMove will display “squirch squirch” in a message boxCalculate will return “Computation not possible: too hard”Glow will display “Purple iridescence: powered up!” in a message box and write it to the console window On the form begin to create a method called MoveIt that takes in anything that uses IMoverexecute the move methodbegin to create a method called BopIt that takes in anything that uses IGlowexecute the glow methodadd the response from Calculate to the list box  (“Calculate has returned : ” and the value)begin to create a button that willcreate a purple mold  and send it to the moveit and to the bopit methodscreate a hawk and send it to the moveIt method Computer Science Engineering & Technology Object-Oriented Programming CP CP220 Share QuestionEmailCopy link Comments (0)