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 |
What is procedural oriented language language..? give some examples of this language....?
Q1.Write a C program which asks the user for a number between 1 to 9 and shows the number. If the user inputs a number out of the specified range, the program should show an error and prompt the user for a valid input.
HOW TO BREAK THE FIREWALL?
1) How can u create the table?
what is session state?
Write a Pseudo Code to find the angle between two hands of a clock for a given time.
When will you use shell script/Perl ahead of C/C++?
through which algorithm does the garbage collector works? how the garbage collector will understand that the object will going to be deleted?
How to find out the user exit for va01.
What are the advantages of Server Controls over HTML/ASP Controls.
Building Quotation engine program
Differevce between arrays and array builders?