jrdanner6391 jrdanner6391 07-02-2024 Computers and Technology contestada Describe what the key word 'super' does, you may use this example for context: public Square(int x, int y, Color color, int size) { super(x, y, color, size, 1.0); }