qobjects = [ { question: "True or False. One object cannot have a method with the same name as another object's method.", options: [ "True", "False" ], correct: 1 }, { question: "True or False. Methods with the same name, but for different objects, can have different content, but the return value has to be of same data type.", options: [ "True", "False" ], correct: 1 }, { question: "Which statement is true?", options: [ "Polymorphism refers to methods/functions/operators with the same name that can be executed on many objects or classes.", "Polymorphism refers to classes with the same name that performs different tasks." ], correct: 0 } ]