A: In Java programming language only allows single inheritance.
B: In Java programming language allows a class to implement only one interface.
C: In Java programming language a class cannot extend a class and implement a interface together.
D: In Java programming language single inheritance makes code more reliable.
举一反三
- About following computer programming languages, which one is not belong to high-level? A: C++ B: Visual Basic C: Machine Language D: JAVA
- Which of the following belong to an object-oriented programming language? A: Java B: C C: D: Python E: C
- Which of the following is wrong about the description of the use of C language for "object-oriented programming"() A: It can implement better program structure B: It can effectively organize the display of Chinese characters. C: It can implement the function of some 'class' D: It is less efficient in menu design
- 以下关于程序设计语言的描述中,哪些是正确的? A: A programming language is a formal language that specifies a set of instructions that can be used to produce various kinds of output. B: Programming languages generally consist of instructions for a computer. C: Programming languages can be used to create programs that implement specific algorithms. D: Programming languages cannot be classified into multiple paradigms.
- Object-oriented programming allows you to derive new classes from existing classes. This is called ____________. A: encapsulation B: inheritance C: abstraction D: generalization
内容
- 0
Which of the following is NOT one of the 3 characteristics of object-oriented programming? A: extensibility B: inheritance C: encapsulation D: polymorphism
- 1
The following are not features of C language: ( ) A: Low level advaned programming language B: Allow direct access to the physical address to operate on the hardware C: Rich operators and data types in C language D: Object oriented programming language
- 2
Java中用于实现继承关键字是( )。 A: class B: extends C: implement D: interface
- 3
Which one of the following statements is wrong about inheritance? ( ) A: Inheritance is one of the features of OOP B: Protected members of a class can be inherited C: The inheriting class is called a subclass D: Private members of a class can be inherited and accessed
- 4
Java is a kind of object-oriented programming language.