Object Oriented vs. Procedural Programming Paradigm

preview_player
Показать описание

In this C/C++ beginner tutorial, you will understand the differences between the OOP paradigm and the Procedural programming paradigm.

Previous Video: TODO
Next Video: TODO

Timestamps:
00:00 Welcome
00:15 What are Programming Paradigms?
00:33 Common Programming Paradigms
00:44 OOP vs. Procedural Paradigm
03:30 Up Next!
.
.
Please donate and support my work
(If you think my free tutorials are better than paid ones :)

Free Programming courses:

Free Flutter course:

Free Android courses:

More free programming courses:

Check out my website:

Let's get in touch! [Sriyank Siddhartha]

---- Thank you for your love and support ----
Рекомендации по теме
Комментарии
Автор

There is a language called Odin. It doesn't have a concept of private in struct fields. We can't hide a struct field. It has a lot of features and they are claiming it is an alternative to C. I did few hobby projects in Odin and I loved the simplicity of that language. Interestingly, a struct in Odin has a nice feature to inherit from another struct.

kcvinu
Автор

Is procedural and functional paradigm same?

Ash-bcvw