They decided to teach these people a good ________.
A: thing
B: task
C: lesson
D: class
A: thing
B: task
C: lesson
D: class
举一反三
- They decided to teach these people a good _________.
- I hope ____________from the accident. A: you to learn your lesson B: you teach a lesson C: you learned your lesson D: you to teach a lesson
- According to Socrates, the philosopher's task is to teach people anything they did not know.
- We should _________ a lesson from them. form good habits and keep healthy. A: teach B: give C: study D: learn
- Which two allow the class Thing to be instantiated using new Thing()? A: public class Thing { } B: public class Thing { public Thing() {} } C: public class Thing { public Thing(void) {} } D: public class Thing { public Thing(String s) {} } E: public class Thing { public void Thing() {} public Thing(String s) {} }