ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

163,519 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,454 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,751 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,076 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,455 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,051 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,968 views

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

11 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,447 views

6 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,420 views

3 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,129 views

5 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,616 views

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

4 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,365 views

3 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,188 views

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

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

5 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,507,188 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,787 views

5 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

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

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,572 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,588 views

7 months ago

The Cherno
Inheritance in C++

Twitter ▻ https://twitter.com/thecherno Instagram ▻ https://instagram.com/thecherno Patreon ▻ https://patreon.com/thecherno ...

8:00
Inheritance in C++

444,062 views

8 years ago

BBarters
Object Oriented Programming Concepts by Kaustubh Joshi

11:40 - Objects 13:30 - Class 17:00 - Abstraction 21:40 - Encapsulation 27:20 - Interface 29:40 - Inheritance 32:57 - Polymorphism ...

39:00
Object Oriented Programming Concepts by Kaustubh Joshi

839,439 views

11 years ago