Java is a kind of object-oriented programming language.
举一反三
- 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
- Which of the following belong to an object-oriented programming language? A: Java B: C C: D: Python E: C
- C# is a simple, modern, ________, object-oriented programming language. A: automatic memory management B: language integrated queries C: async patterns D: general-purpose
- C<br/>language is a high-level object-oriented language. (<br/>)
- Which statements about inheritance are true?() 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.