Paradigm

Get Started. It's Free
or sign up with your email address
Paradigm by Mind Map: Paradigm

1. Declaritive

1.1. Prolog

1.1.1. better to use with words and concepts

1.1.1.1. provides high effectivity to programms that use words of concepts. most people are not introduced to this type of paradigm, declaritive also has a poor performance with todays computers

2. Functional

2.1. Lisp, Scheme, Haskell

3. Object-oriented

3.1. C++, java, smalltalk

3.1.1. suitable for a wide variety. as long as one can see the problem as a set that passas messages back and fourth

3.1.1.1. using this approach programmers may visualize the solution to a problem quicker and can possibly improve programmers efficiency. Object orientated programs require more memory and processing resources

4. Procedural

4.1. BASIC, COBOL, Pascal, ada

4.1.1. best suited for transaction processing

4.1.1.1. runs quickly and uses system resources efficiently. cannot due complex algoithms

5. event-driven

5.1. C#, visual basic