CS-Tutorial icon indicating copy to clipboard operation
CS-Tutorial copied to clipboard

Wrong category in OOP tutorial

Open massoud91 opened this issue 3 years ago • 0 comments

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:

  1. Logic programming paradigm
  2. Functional programming paradigm .. ./

massoud91 avatar Mar 07 '22 20:03 massoud91