English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

-Binary Language
-assembly language
-High level language
-Forth generation language
With advanges and Disadvanges
(I have searched from Yahoo!)

2006-09-04 16:21:38 · 3 answers · asked by Annie 2 in Computers & Internet Other - Computers

Programming Language defination also

2006-09-04 16:28:09 · update #1

3 answers

Object-oriented programming offers a more logical approach to how things happen or what is taking place during the procedure of the code. Object-oriented programming has the advantages for maintainability and future enhancements. One drawbacks of object-oriented programming is that the designing and coding of the objects will take longer opposed to coding with procedure-oriented programming. Some of the benefits of procedure-oriented programming are code sharing, track of program flow, which reduces the possibility spaghetti code.

Another benefit of object oriented programming is the ability of information hiding. Information hiding aids in hiding the design decision of the program. Hiding the design decision protects other areas of the program from change when the design has been changed. Information hiding is accomplished through the technique of encapsulation, which is “the process of combining elements to create a new entity.” Information hiding is also associated with abstraction, which is to combine features of an object into a single function.

2006-09-04 16:34:15 · answer #1 · answered by Anonymous · 0 0

Forth is a wonderful language for people who think differently (like me). There are 2 books "Starting Forth" and "Thinking Forth" (I have the second). Either will teach your everything you would want to know. Forth is incredibly flexible and can be tailored by the user to exactly their needs. Best of all it's quite easy to learn.

2006-09-04 23:32:48 · answer #2 · answered by charley128 5 · 0 0

Perhaps this programming language comparison from Wikipedia will help.

http://en.wikipedia.org/wiki/Comparison_of_programming_languages

2006-09-04 23:28:24 · answer #3 · answered by TechNeo 4 · 0 0

fedest.com, questions and answers