C# is a multi-paradigm programming language encompassing strong typing, imperative, ___________, object-oriented (class-based), and component-oriented programming disciplines.
A: event
B: declarative
C: functional
D: generic
A: event
B: declarative
C: functional
D: generic
举一反三
- 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
- 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.
- 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
- C# is a simple, modern, ________, object-oriented programming language. A: automatic memory management B: language integrated queries C: async patterns D: general-purpose
- 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.