Zhao was the person who was elected the representative of the class by the whole class. Revison: Zhao was ___________________________.
举一反三
- Hello, may I speak to Zhao Hua?-________ A: My name is Zhao Hua B: I'm Zhao Hua C: This is Zhao Hua speaking D: Zhao Hua is me
- 下列选项中,与class Person等价的是( )。知识点:继承 A: class Person(Object) B: class Person(object) C: class Person: Object D: class Person: object
- python中,下列哪种语法表示Student从Person中继承。( ) A: class Student: Person B: class Student extends Person C: class Student (Person) D: class Student: class Person
- In China, Shen Xingong was the first person who opened the music class in school.
- 定义一个类Person,不想让其他类继承该类Person,下列书写正确的是( ) A: private class Person{… …} B: protected class Person{… …} C: public final class Person{… …} D: class Person{… …}