grisel9311 grisel9311 07-02-2024 Computers and Technology contestada Let's say there is a class called Student that extends Person. Which of these are oka) Person x = new Student();b) Student y = new Person();