一起答
单选

类的实例化过程是一种实例的合成过程,而不仅仅是根据单个类型进行的空间分配、初始化和绑定。指导编译程序进行这种合成的是(47)。重置的基本思想是通过(48)机制的支持,使得子类在继承父类界面定义的前提下,用适用于自己要求的实现去置换父类中的相应实现。

(58)

  • A.类的层次结构
  • B.实例的个数
  • C.多态的种类
  • D.每个实例初始状态
参考答案
查看试卷详情
相关试题
  1. (80)

    • A.Web browser's
    • B.terminal's
    • C.emulator's
    • D.network's
  2. (81)

    • A.plane
    • B.plant
    • C.plate
    • D.platform
  3. (78)

    • A.displaying
    • B.illustrating
    • C.drawing
    • D.writing
  4. (79)

    • A.direct
    • B.navigate
    • C.indicate
    • D.go-on
  5. A Web browser is simply a terminal emulator, designed to display text on a screen. The two essential differences between an ordinary terminal emulator and a Web browser are that the browser knows how to deal with(71), and that it has a mechanism for(72)graphical files. Display text, display graphics, and(73)hyperlinks-there's 99 percent of the(74)value. That's not to say that the manufacturers didn't go all-out to attach a hyperactive efflorescence of useless capabilities onto their browsers. Remember when media channels in the browser were a big deal, instead of the clutter you can't wait to delete from your favorites of bookmarks menu? Remember when client-side Java applets were supposed to become the preferred(75)for application development? Remember frames and all their nasty side effects?

    (77)

    • A.superlinks
    • B.links
    • C.hyperlinks
    • D.connections
  6. (76)

    • A.S
    • B.S,(T),b
    • C.(Sd(T)db)
    • D.S,(T)Tds,b
  7. (73)

    • A.程序可占用资源,而它不可
    • B.程序有状态,而它没有
    • C.它有状态,而程序没有
    • D.它能占有资源,而程序不能
  8. (75)

    • A.S
    • B.b
    • C.(T)
    • D.Sd(T)
  9. 假设某程序语言的文法如下:

     S→a|b|(T)

     T→TdS|S

     其中,VT={a,b,d,(,));VN={S,T},S是开始符号。考察该文法,句型(Sd(T)db)是S的一个(28)。

     其中(29)是最左素短语,(30)是该句型的直接短语。

    (74)

    • A.最左推导
    • B.最右摊导
    • C.规范推导
    • D.推导
  10. (72)

    • A.程序、数据和标示符
    • B.程序、数据和PCB
    • C.程序、标示符和PCB
    • D.数据、标示符和PCB