Define a class called QuizEvaluation that contains -  four parameters id, name, quiz1 and quiz2 .  - Using appropriate functions, find the best one quize for each student.  - Print the id, name and the best 1 mark of all the students.  - Take a static member variable to count how many objects has been created so far. - Declare an array of 10 Student objects.  - Finally from your main function manipulate all.