Which of the following is NOT one of the 3 characteristics of object-oriented programming?
A: extensibility
B: inheritance
C: encapsulation
D: polymorphism
A: extensibility
B: inheritance
C: encapsulation
D: polymorphism
举一反三
- ______ 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
- Which of these is not a fundamental features of OOP A: Encapsulation B: Inheritance C: Instantiation D: Polymorphism
- Object-oriented programming allows you to derive new classes from existing classes. This is called ____________. A: encapsulation B: inheritance C: abstraction D: generalization
- Which of the following belong to an object-oriented programming language? A: Java B: C C: D: Python E: C
- Which of the following characteristics Java has () A: Simple B: Object-Oriented C: Robust D: Architechture-Neutral E: Interpreted