ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

165,594 results

Tsoding Daily
OOP in Pure C

Streamed Live on Twitch: https://twitch.tv/tsoding Enable CC for Twitch Chat Panim Playlist: ...

2:00:13
OOP in Pure C

112,470 views

1 year ago

MIT OpenCourseWare
8. Object Oriented Programming

MIT 6.0001 Introduction to Computer Science and Programming in Python, Fall 2016 View the complete course: ...

41:44
8. Object Oriented Programming

678,768 views

8 years ago

Code ON 코드온
What is Object Oriented Programming? Explained in 2 Minutes

Simply put, Object Oriented Programming means creating your own data type for your program. Let's learn what is really means ...

2:35
What is Object Oriented Programming? Explained in 2 Minutes

14,085 views

3 years ago

ArjanCodes
Functions vs Classes: When to Use Which and Why?

Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis. Functions vs. Classes?! Are you trying ...

10:49
Functions vs Classes: When to Use Which and Why?

215,468 views

2 years ago

CS50
CS50P - Lecture 8 - Object-Oriented Programming

TABLE OF CONTENTS 00:00:00 - Introduction 00:00:24 - Object-Oriented Programming 00:01:00 - Tuples 00:18:39 - Dictionaries ...

2:47:42
CS50P - Lecture 8 - Object-Oriented Programming

773,160 views

3 years ago

dr Jonas Birch
Object-Oriented Programming in regular C

Can we do OOP in C? By OOP, in this case, I mean create objects and run methods of these objects? I think we can! Let us find ...

36:00
Object-Oriented Programming in regular C

3,970 views

10 months ago

Metaphorically Speaking
Composition over Inheritance Explained by Games!

Let's explore the principle of Composition over Inheritance in the context of Object-Oriented Programming (OOP) and... our ...

8:10
Composition over Inheritance Explained by Games!

54,749 views

1 year ago

Geekific
What is Object-Oriented Programming? | Object-Oriented Programming Fundamentals | OOP | Geekific

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ In this video we start ...

13:32
What is Object-Oriented Programming? | Object-Oriented Programming Fundamentals | OOP | Geekific

21,130 views

5 years ago

CodeAesthetic
Abstraction Can Make Your Code Worse

Support me on https://www.patreon.com/codeaesthetic. Access to code examples, discord, song names and more at ...

5:13
Abstraction Can Make Your Code Worse

786,474 views

3 years ago

CppCon
CppCon 2014: Mike Acton "Data-Oriented Design and C++"

http://www.cppcon.org -- Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

1:27:46
CppCon 2014: Mike Acton "Data-Oriented Design and C++"

800,616 views

11 years ago

Computerphile
Pong & Object Oriented Programming - Computerphile

Using Pong to demonstrate the strengths of Object Oriented Programming. Dr Steve Bagley explains The Singularity & Friendly AI: ...

12:51
Pong & Object Oriented Programming - Computerphile

266,355 views

9 years ago

CodeAesthetic
The Flaws of Inheritance

Let's discuss the tradeoffs between Inheritance and Composition Access to code examples, discord, song names and more at ...

10:01
The Flaws of Inheritance

1,236,463 views

3 years ago

Quantum Leaps, LLC
#29 OOP Part-1: Encapsulation (classes) in C and C++

This first lesson on Object-Oriented Programming (OOP) introduces the concept of Encapsulation, which is the ability to package ...

31:29
#29 OOP Part-1: Encapsulation (classes) in C and C++

42,454 views

6 years ago

Questpond
OOPS Interview Questions and Answers  | Object Oriented Programming Interview Questions C#

06:47 Question 02 :- What are the important pillars in OOP? 09:55 Question 03 :- What is a Class and Object ? 11:01 Question 04 ...

58:13
OOPS Interview Questions and Answers | Object Oriented Programming Interview Questions C#

807,205 views

4 years ago

CppCon
CppCon 2018: Stoyan Nikolov “OOP Is Dead, Long Live Data-oriented Design”

http://CppCon.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

1:00:46
CppCon 2018: Stoyan Nikolov “OOP Is Dead, Long Live Data-oriented Design”

260,626 views

7 years ago

Coding with Yalco
Object-oriented programming explained without code

ObjectOriented #Coding #Programming In this video, we thoroughly examine various aspects of object-oriented programming.

16:44
Object-oriented programming explained without code

7,450 views

1 year ago

MIT OpenCourseWare
Lecture 20: Fitness Tracker Object-Oriented Programming Example

Object-oriented programming is a powerful tool for modularizing your code and grouping state and functions together, but it's ...

1:19:04
Lecture 20: Fitness Tracker Object-Oriented Programming Example

32,195 views

1 year ago

Eye on Tech
What is Object-Oriented Programming (OOP)?

Object-oriented programming, or OOP for short, is a programming language model used for software design -- some love it, some ...

1:58
What is Object-Oriented Programming (OOP)?

136,788 views

5 years ago

Coderized
The purest coding style, where bugs are near impossible

A powerful paradigm in the programming world, where strict rules are applied in order to reduce bugs to a point where they are ...

10:25
The purest coding style, where bugs are near impossible

1,190,599 views

2 years ago

Yegor Bugayenko
The Pain of OOP Lecture #1: The Intent object thinking [object oriented programming crash course]

A lecture for BSc students in Innopolis University. The previous lecture in 2020 in MIPT (Moscow, Russia) is here: ...

1:15:26
The Pain of OOP Lecture #1: The Intent object thinking [object oriented programming crash course]

11,081 views

2 years ago

Faisal's Devlog
This is why you don't build GUIs in C

C and GUI Programming don't get along well. In this video, I used a lesser-known framework for Graphical User Interface (GUI) ...

6:09
This is why you don't build GUIs in C

354,710 views

7 months ago

freeCodeCamp.org
Introduction to Programming and Computer Science - Full Course

In this course, you will learn basics of computer programming and computer science. The concepts you learn apply to any and all ...

1:59:09
Introduction to Programming and Computer Science - Full Course

10,508,050 views

5 years ago

Code Persist
Ditch your Favorite Programming Paradigm

Programming paradigms define the way our code is written and styled. With modern-day programming, a multi-paradigm ...

6:08
Ditch your Favorite Programming Paradigm

239,386 views

2 years ago

محمد عبدالفتاح-Mohammad Abdelfattah
Object Oriented Programming OOP in C Course In Arabic

Object Oriented Programming (OOP) is commonly used when writing code with C++. In this crash course, you will learn what OOP ...

1:30:26
Object Oriented Programming OOP in C Course In Arabic

557 views

4 years ago

Smartherd
Object Oriented vs. Procedural Programming Paradigm

Access 7000+ courses for 60 days FREE: https://pluralsight.pxf.io/c/1291657/424552/7490 In this C/C++ beginner tutorial, you will ...

3:40
Object Oriented vs. Procedural Programming Paradigm

31,337 views

3 years ago