simplicity:a good programing language must provide exact operators,data structure,control structure and a syntax that matches with the application area for which the program is design
abstraction:Abstraction is defined as a groiping a essential details and ignoring other details
Efficency:A good programing language must be support with good language translator to translator high level language to machine code
structuredness:A good programing language must provide an environment to divide the given problem into number of sub problems depending on the functionality and to write separate sub program for each such problems
compactness:A good programing language must be able to express the intended operation concisely
Extensibility:A good programing language must allow the programs to extend from small to large means of simple and natural mechanism
No comments