QUIZ Create a basic shape based on a set of variables for it's coordinates and dimension. Make the basic shape move, but keep it on the screen. Encapsulate the drawing and moving of the basic shape into functions. Encapsulate the functions for the basic shape into a class. Use the class to generate multiple versions of the shape.