pytopia / CS-Tutorial

Source Code for CS Courses Offered by Ali Hejazizo
https://www.hejazizo.com
MIT License
184 stars 107 forks source link

Wrong category in OOP tutorial #14

Open massoud91 opened 2 years ago

massoud91 commented 2 years ago

Hello., Greeting,

In the “Imperative _ Declarative programming” diagram, in the first part of OOP tutorial, two items, “Procedural” and “Object-oriented”, are mistakenly placed under the “Declarative” category, and two items, “Logic” and “Functional”, are placed under the “Imperative” category, that must turned into the following respectively:

Imperative programming paradigm:

  1. Procedural programming paradigm
  2. Object-oriented programming paradigm .. ./

    Declarative programming paradigm:

  3. Logic programming paradigm
  4. Functional programming paradigm .. ./