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 |
Piggy backing is a technique for a) Flow control b) sequence c) Acknowledgement d) retransmition
17 Answers Fast Booking, HCL, Lucent, NIC,
What is nocopy in plsql?
when we use mantis? how learn mantis?
Write a pascal program to calculate the sum of the first 100 even number and odd number
swap two number wthout using third variable
Any real time example of O2C process from taking order till creating invoice.
Is CTS company do serious backgroung check?
Given a set. Write the pseudo code to get all the subsets for the given set. Eg. Input : {1,2} Output : (),(1),(2),(1,2)
For a binary tree with n nodes, How many nodes are there which has got both a parent and a child?
Hello Experts, What is the difference between move and move corresponding exactly? please post me asap
I have try to write a record in a TDQ from a fle.... what are the steps to do... can anybody plz come with a solution
Explain recursion with an example.