举一反三
- Object-oriented analysis and design are two important phases in software development, _______ of the following doesn’t belong to object –oriented analysis. A: Construct analysis model B: Identify analysis classes C: Determine interface specification D: Evaluate analysis model
- Object-oriented programming allows you to derive new classes from existing classes. This is called ____________. A: encapsulation B: inheritance C: abstraction D: generalization
- 中国大学MOOC: Object-oriented analysis and design are two important phases in software development, _______ of the following doesn’t belong to object –oriented analysis.
- ______ is a property of object—oriented software by which an abstract operation may be performed in different ways in different classes. A: Method B: Polymorphism C: Inheritance D: Encapsulation
- MOOC是指()。 A: Massive Open Online Courses B: Massive Object Oriented Courses C: Multimedia Open Online Courses D: Multimedia Object Oriented Courses
内容
- 0
Which of the following best describes a frequency distribution A frequency distribution is a grouping of:() A: data into intervals (classes) so that the number of observations in each of the non - overlapping intervals (classes) can be seen and tallied. B: selected data into intervals (classes) so that the number of observations in each of the non - overlapping intervals (classes) can be seen and tallied. C: dependent intervals (classes) so that they can be seen and tallied.
- 1
We have taken online classes of Calculus II for three weeks, are online classes right for you? Taking the classes online or in the classroom, which one do you prefer?
- 2
The basic view of object-oriented programming is that all systems are composed of ( ). A: classes B: objects C: functions D: methods
- 3
How is an object oriented relative to the image plane to create: a multiview? an axonometric pictorial?
- 4
当基于已有类创建子类的时候,已有类称为父类或基类,这个新类称为子类或派生类。When subclasses are created based on existing classes, existing classes are called parent classes or base classes, and this new class is called subclasses or derived classes.? 错误|正确