What is good attributes of Programming language ?
Answers were Sorted based on User's Feedback
Answer / pankaj
The attributes of good programming languages:
1. A programming lang must be universal: Every problem must have a solution that can be programmed in the language,if the problem can be solved at all by a computer.
2. It should be natural for solving problems in its own domain.
3.Implementable: it must be possible to execute every well formed program.
| Is This Answer Correct ? | 32 Yes | 8 No |
Answer / mahi
attributes of good programming language....
1. clearity,simplicity & unity
2. orthogonality
3. naturalness for the application
4. support for abstraction
5. ease of program verification
6. programming environment
7. portability of programs
8. cost of use
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / virat
there are many attributes of programming language
-object oriented programming languages
-oops concept
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / bn
Oops; object oriented, is difficult if you think
procedurally.
It can be difficult to attribute properties to objects to
get Oops to work properly.
Decide how you think; then pick a language.
Pick a language you can read afterwards and understand.
This rules out machine code and C.
| Is This Answer Correct ? | 2 Yes | 12 No |
In Java what is the difference between following two statements ? int a[],b; int []a,b;
which book we learned this mantis? how many version are realsed this mantis upto now?
What is Meaning of Windows Application & the use of Windows Applications? with Description.
how to generate dsnless connectivity in j2ee
Data Structure: How many comparisons are necessary to find the largest and smallest of a set of n distinct elements?
whats the Need for Concurrency control
what are the activities you enjoy most and How do you see these Developing in the Future with Reference to in your work life and in your personal life
Write 5 differences between Memory Reference Instruction and Register Reference Instruction.
hi, i'd like to know how do you set lines in a page for Smartforms? thanks in advance
Programs in JAVA to get the remainder and quotient of given two numbers without using % and / operators?
what is the difference between java , sap ,.net , orecle apps ?
How can we develop a multi-tier application in Java?