The basic view of object-oriented programming is that all systems are composed of ( ).
A: classes
B: objects
C: functions
D: methods
A: classes
B: objects
C: functions
D: methods
举一反三
- Object-oriented programming (OOP) is a programming ________ based on the concept of “objects”, which may contain data, in the form of fields, often known as ________; and code, in the form of procedures, often known as ________. A: method, variables, function B: way, structures, process C: language, words, statements D: paradigm, attributes, methods
- An object-oriented database is one that is congruent with the data defined in object classes and sub classes.
- 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
- Object-oriented programming (OOP) is a programming paradigm based on the concept of "objects", which may contain data, in the form of fields, often known as attributes; and code, in the form of procedures, often known as methods.