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 |
Please describe an example where you used object orientation in one of your programs.
what is meaning of MDM in sap?let me know that meaning
how to work search engine? plz detail answer me.
What is abstract Method i want the exact definition and is there any possibility to declare class as abstract without any abstract methods in that class?If it is possible then tell me why and how?
Crystal report proffessional 9 to filter the issue date!!
what is polymorphism in java.
I'm new to ABAP. What is Module pool in SAP?
Given an array of size n. It contains numbers in the range 1 to n. Each number is present at least once except for 1 number. Find the missing number
hi friends i am ravi here , i have one problem at starting at the interview that is i have my 3+ it(java) years experiance profile so if i attend the interview interviewer ased me tel me about your profile so i not able to explain because i dont knw where to start and where to end and i dont know what i should tel and what i shouldnot tel .....so can any body please clear m doubts clearly.............please help me friends,i am awaiting for friends reply please.............
how do you generate source code for the automatic generation for receipt number
what is the abap/4
Write a program to swap the content of two variables without using a third variable.