The programming language that has the ability to create new data types is called
2023
The programming language that has the ability to create new data types is called
- A.
Overloaded
- B.
Encapsulated
- C.
Extensible
- D.
More than one of the above
- E.
None of the above
Attempted by 271 students.
Show answer & explanation
Correct answer: C
Correct : C) Extensible An extensible programming language is one that allows programmers to create new data types, functions, or features according to their requirements.
The ability to define user-defined data types such as classes, structures, and abstract data types makes a language extensible.
Therefore, a programming language that can create new data types is called an extensible language.