My ___ dog was barking at the cat who intended to attack.
A: restraint
B: restrain
C: restrained
D: restraining
A: restraint
B: restrain
C: restrained
D: restraining
举一反三
- Who had killed the cat at last? A: another cat B: the mean drunk C: the wife D: the dog
- Neither my dog ______ my cat can be seen in the house. What’s the matter A: [A] and B: or C: nor
- The author wants to write ______. A: a clog book B: a cat book C: a dog and cat book D: a dog and a cat book
- 若Animal是Cat,Dog的父类,则下列选项中,正确的是() A: Animal animal = new Cat(); B: Animal a = new Cat(); Cat cat = (Cat) a; C: Animal animal = new Dog(); D: Cat cat = (Cat)new Dog();
- 若Animal是Cat,Dog的父类,则下列选项中,正确的是() A: Animal animal = new Cat(); B: Cat cat = (Cat)new Animal(); C: Animal animal = new Dog(); D: Cat cat = (Cat)new Dog();