ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

169,647 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

108,840 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

674,721 views

8 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,545 views

8 months 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

12,521 views

2 years ago

CS50
CS50P - Lecture 8 - Object-Oriented Programming

This is CS50P, CS50's Introduction to Programming with Python. Enroll for free at https://cs50.edx.org/python. Slides, source code ...

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

757,177 views

3 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”

259,095 views

7 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?

211,861 views

2 years ago

BuildAModule
14. The difference between procedural and object-oriented programming

It can take a little while for the implications of object-oriented programming to really sink in, but we start discussing them here as ...

4:27
14. The difference between procedural and object-oriented programming

357,651 views

12 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++"

791,550 views

11 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

779,271 views

3 years ago

Emez Labs
Interfaces in Zig: An OOP C++-Style Approach

Welcome to another deep dive into low-level programming on my channel! In this episode, I tackle one of Zig's most discussed ...

16:16
Interfaces in Zig: An OOP C++-Style Approach

2,399 views

4 months 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,433 views

1 year ago

Alex D
Object-Oriented Programming Illustrated

A short video to help you understand key ideas in Object Oriented Programming. Our goal is to make it short and easy to ...

6:41
Object-Oriented Programming Illustrated

50,403 views

8 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,123 views

9 years ago

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

150 C# Interview Questions & Answers videos - https://www.questpond.com/c-interview-questions-and-answers/cid69 This 1 hour ...

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

797,920 views

3 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,209,977 views

2 years ago

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

MIT 6.100L Introduction to CS and Programming using Python, Fall 2022 Instructor: Ana Bell View the complete course: ...

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

30,424 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

20,916 views

4 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]

10,976 views

2 years ago

Programming With Nick
Learn Object Oriented Programming the Easy Way

Enroll Now https://bit.ly/3NaMfg4 Trust me, with this course you will finally get Object Oriented Programming!

4:18
Learn Object Oriented Programming the Easy Way

3,195 views

1 year 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

237,625 views

2 years ago

Google for Developers
Let's learn C++!

Have you found yourself saying “Can someone please explain pointers?” This video is probably for you. Subscribe to Google for ...

0:08
Let's learn C++!

550,557 views

1 year ago

Zoran on C#
The One Thing You Cannot Do in Object-Oriented Programming but You Can in Functional

Download the source code for this demo at Patreon: https://www.patreon.com/posts/one-thing-you-do-85222122 In ...

13:35
The One Thing You Cannot Do in Object-Oriented Programming but You Can in Functional

12,018 views

2 years ago

DataFlair
What is Object Oriented Programming in C++ | OOPs Part - 1 [Hindi]

Master C++ with Real-time Projects and Kickstart Your Career ...

46:07
What is Object Oriented Programming in C++ | OOPs Part - 1 [Hindi]

39,563 views

2 years 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,275 views

5 years ago