MusicalGirl5844 MusicalGirl5844 16-02-2024 Computers and Technology contestada Which of the following is the correct way to create an object of the class sample? a) sample s = new sample();b) sample s;c) sample s; s = new sample();d) s = new sample();