ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

165,165 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,462 views

1 year 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,081 views

3 years 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,755 views

8 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,125 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,461 views

2 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,968 views

10 months 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,469 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,452 views

6 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

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,622 views

7 years 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,747 views

1 year 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,615 views

11 years 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

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

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

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++!

604,828 views

1 year ago

Real programming
Why C++ is so much better than Python 2023 #soft #programming

Why C++ is so much better than Python 2023 #soft #programming You can support the channel on Patreon. So that during ...

0:21
Why C++ is so much better than Python 2023 #soft #programming

911,721 views

2 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,437 views

3 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

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,335 views

3 years ago

Techy Help
Fastest Way to Learn Object Oriented Programming

Try the TutorialsPoint dot com lessons on Objective Oriented programming using C++. That's more painful than Objective C, and ...

3:10
Fastest Way to Learn Object Oriented Programming

1,821 views

10 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

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,507,815 views

5 years 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

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