5.7.25

Types of programming Languages

Types of Programming Languages

1. Procedural Programming Languages

  • Definition: Focus on procedures and steps to achieve a goal.
  • Examples: C, C++, Java, Python.

2. Object-Oriented Programming Languages

  • Definition: Organize code using objects and classes.
  • Examples: Java, C++, Python, C#.

3. Functional Programming Languages

  • Definition: Focus on pure functions and immutable data.
  • Examples: Haskell, Lisp, Scala, R.

4. Scripting Languages

  • Definition: Used for rapid development and scripting tasks.
  • Examples: Python, Ruby, PHP, JavaScript.

5. Declarative Programming Languages

  • Definition: Focus on specifying what the program should accomplish.
  • Examples: Prolog, SQL.

6. Low-Level Programming Languages

  • Definition: Provide direct access to hardware resources.
  • Examples: Assembly languages, Machine code.

No comments:

Post a Comment

Difference between File and Folder

10 Differences Between Files and Folders Definition: File: A collection of data or information stored on a computer. ...