Types of programming languages Flashcards
1
Q
what is a programming paradigm?
A
It is a style of programming
Some languages only support one type of paradigm (eg. Haskell, small Basic) but some support more than one (eg. Python, Java, C#)
2
Q
What are the 4 programming paradigms? (and give an example)
A
- procedural programming - eg. Python, Basic, C#
- object oriented - eg. Python, Java, VisualBasic.NET
- declarative programming - eg. SQL, Prolog
- Functional programming - eg. Haskell, Javascript, Logo
3
Q
A