What Are The Features Of Good Programming Language?
Features Of Good Programming Language :
1)A programming language must be simple, easy to learn and use, have good readability, and be human recognizable.
2)Abstraction is a must-have Characteristics for a programming language in which the ability to define the complex structure and then its degree of usability comes.
3)A portable programming language is always preferred.
4)Programming language’s efficiency must be high so that it can be easily converted into a machine code and executed consumes little space in memory.
5)A programming language should be well structured and documented so that it is suitable for application development.
6)Necessary tools for the development, debugging, testing, maintenance of a program must be provided by a programming language.
7)A programming language should provide a single environment known as Integrated Development Environment(IDE).
8)A programming language must be consistent in terms of syntax and semantics.
Comments
Post a Comment