【单选题】【消耗次数:1】
It won’t be long ____ we know each other well.
after
until
when
before
参考答案:
复制
纠错
相关题目
【单选题】 9. They have ______ each other for a long time.
①  corresponded on
②  corresponded with
③  communicated with
④  kept writing
【单选题】 22. The two old sisters,_______ so long,held each other and burst into tears.
①  beingseparated
②  havingbeenseparated
③  havingsepartated
④  hadbeensepartated
【单选题】 Don’t _______ our hopes. As long as we pull together, we’ll make it.
①  give up
②  give out
③  give back
④  give away
【单选题】 1. I help him ____ he helps me. We help each other.
①  but
②  and
③  or
④  though
【判断题】 We cant do anything about it until we know the facts.此句是从属分句中的副词性分句。
①  正确
②  错误
【单选题】 If you have never planted anything, you won’t be able to know the pleasure of watching the thing you have planted ____.
①  grow
②  to grow
③  growing
④  to be growing
【单选题】 If you have never planted anything, you won’t be able to know the pleasure of watching the thing you have planted _____.
①  grow
②  to grow
③  growing
④  to be growing
【单选题】 Smile at everyone It doesn’t matter( ) he or she is, and that will help you to grow up in greater love for each other.
①  when
②  what
③  whose
④  who
【单选题】 -I’ve been using the computer for a long time and my neck doesn’t feel well. -_____________________.
①  You’d better stop the work and take a rest
②  Never mind
③  Keep away from the medicine
④  be careful
【单选题】 Tom and Mary ___________ each other.
①  keep apart
②  are in love with
③  none other than
④  in a whisper
随机题目
【单选题】 关于多继承二义性描述中,错误的是( )
①  一个派生类的基类中都有某个同名成员,在派生类中对这个成员的访问可能出现二义性
②  解决二义性的最常用的方法就是对成员名的限定法
③  基类和派生类同时出现的同名函数,也存在二义性问题
④  一个派生类是从两个基类派生出来的,而这两个基类又有一个共同的基类,对该基类成员进行访问时,可能出现二义性。
【单选题】 下面关于友元的描述中,错误的是( )。
①  友元函数可以访问该类的私有数据成员
②  一个类的友元类中的成员函数都是这个类的友元函数
③  友元可以提高程序的运行效率
④  类与类之间的友元关系可以继承
【单选题】 下列描述中,()是抽象类的特征。
①  可以说明虚函数
②  可以定义友元函数
③  可以进行构造函数重载
④  不能说明其对象
【单选题】 关于类的静态成员函数描述错误的是( )
①  在创建对象前不存在
②  不能说明为虚函数
③  不能直接访问非静态函数
④  不是对象的成员
【单选题】 C++类体系中,不能被派生类继承的有( )
①  构造函数
②  虚函数
③  静态成员函数
④  赋值操作函数
【单选题】 派生类的构造函数的成员初始化列表中,不能包含()。
①  基类的构造函数
②  派生类中子对象的初始化
③  基类的子对象初始化
④  派生类中一般数据成员的初始化
【单选题】 下面说法中,正确的是( )
①  一个类只能定义一个构造函数,但可以定义多个析构函数
②  一个类只能定义一个析构函数,但可以定义多个构造函数
③  构造函数与析构函数同名,只要名字前加了一个求反符号(~)
④  构造函数可以指定返回类型,而析构函数不能指定任何返回类型,即使是void类型也不可以
【单选题】 在面向对象的程序设计中,首先在问题域中识别出若干个 ()
①  函数
② 
③  文件
④  过程
【单选题】 下列有关C++类的说法中,不正确的是( )。
①  类是一种用户自定义的数据类型
②  只有类中的成员函数或类的友元函数才能存取类中的私有成员
③  在类中,如果不做特别说明,所有成员的访问权限均为私有的
④  在类中,如果不做特别说明,所有成员的访问权限均为公用的
【单选题】 对类成员访问权限的控制,是通过设置成员的访问控制属性实现的,下列不是访问控制属性的是
①  公有类型
②  私有类型
③  保护类型
④  友元类型