ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

14,687 results

Christopher Okhravi
Rebuilding Pokémon with Object Oriented Programming

Let's model the turn-based battle mechanics of the Pokémon games while following object oriented design principles. GET THE ...

1:06:31
Rebuilding Pokémon with Object Oriented Programming

148,924 views

1 month ago

codechips
Object Oriented Programming (OOP) | Animated

Understanding Object-Oriented Programming (OOP) can feel tricky at first, but it doesn't have to be. In this video, I share a ...

4:13
Object Oriented Programming (OOP) | Animated

1,402 views

6 months ago

Low Level Game Dev
I switched to OOP, it's better!

Check out my Minecraft clone in C++: https://youtu.be/InICAGGmnwE Join my Discord: https://discord.gg/eehehsPAka Join this ...

4:20
I switched to OOP, it's better!

27,153 views

1 day ago

Awesome
Go 1.25 just dropped with amazing features...

A quick look at the Go 1.25 release. Topics: - Type system cleanup; - Green Tea garbage collector; - Stack allocation for slices; ...

4:02
Go 1.25 just dropped with amazing features...

47,766 views

7 months ago

MMqd
4 Principles for Scalable Godot Games

Learn to structure your Godot code so projects stay scalable and easy to extend ...

10:41
4 Principles for Scalable Godot Games

3,878 views

5 months ago

Christopher Okhravi
Nothing Wrong With Procedural Programming?

Why is the object oriented style better than the procedural style? Let me show you using Pokémon battles as an example.

17:55
Nothing Wrong With Procedural Programming?

23,793 views

2 months ago

Awesome
This one change will make your code better...

Check out Sevalla and get $50 free credits - https://bit.ly/4nNUcJe Understand cognitive load in programming Topics: ...

6:09
This one change will make your code better...

24,485 views

6 months ago

Lazo Velko
The worst programming language of all time

A little video about C++. 0:00 Introduction 1:39 Casting in C++. 2:47 Keywords 5:31 Types 7:02 Different Ways to Do the Same ...

2:09:26
The worst programming language of all time

560,662 views

4 months ago

KernelKarma
Object-Oriented PowerShell: From Beginner to Windows Security Expert

Object-Oriented PowerShell: From Beginner to Windows Security Expert [Course SEC505 January 23 - Day 1] 🔮 Discover PowerShell ...

2:16:40
Object-Oriented PowerShell: From Beginner to Windows Security Expert

112 views

4 months ago

MATLAB
Taking the Next Step with Object-Oriented Programming in MATLAB

Object-oriented programming is a design approach that enables you to programmatically define structures called objects that ...

10:28
Taking the Next Step with Object-Oriented Programming in MATLAB

14,495 views

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

3,352 views

8 months ago

Zoran on C#
Every C# Dev Uses Monads. Most Don't Know.

... Programming with C# at Udemy ▻ https://codinghelmet.com/go/beginning-oop-with-csharp Event ...

14:36
Every C# Dev Uses Monads. Most Don't Know.

4,144 views

3 days ago

Yegor Bugayenko
Shift-M/55: Richard Pawson about Naked Objects and OOP

Richard Pawson is a software developer, journalist, management consultant, teacher, and an author of the Naked Objects ...

1:09:41
Shift-M/55: Richard Pawson about Naked Objects and OOP

2,494 views

11 months ago

LearningWebDevelopmentThroughPractice
Quick Explain: PHP OOPs Concepts | Fast Revision Before Interview with Practical Examples #php #oop

Learn PHP Object-Oriented Programming (OOPs) concepts in a simple and beginner-friendly way! In this video, we'll break down ...

36:19
Quick Explain: PHP OOPs Concepts | Fast Revision Before Interview with Practical Examples #php #oop

1,651 views

11 months ago

Cian Marco Jeruz
Introduction to Object-Oriented Programming

We dive into the world of programming by exploring the key differences between Object-Oriented Programming (OOP) and ...

6:39
Introduction to Object-Oriented Programming

1,169 views

5 months ago

Tech With Tim
Do THIS instead of watching endless tutorials - how I’d learn Python FAST…

These are two of the best beginner-friendly Python resources I recommend: Python Programming Fundamentals (Datacamp) ...

10:34
Do THIS instead of watching endless tutorials - how I’d learn Python FAST…

559,280 views

10 months ago

Jakubication
Python Blackjack Game

I make a Command Line Blackjack game using object-oriented programming. Sections 00:00 - Intro & Setup 01:07 - Card Class ...

45:23
Python Blackjack Game

604 views

9 months ago

Scoop Distribution
UniFi Network 9.4 has introduced the powerful Object Oriented Networking feature

We offer a very brief overview of Ubiquiti's latest development with UniFi Network, a powerful new feature called 'Object-Oriented ...

6:50
UniFi Network 9.4 has introduced the powerful Object Oriented Networking feature

3,417 views

6 months ago

Sudheendra S G
67 Object Oriented Programming Explained

00:00 – Introduction to OOP 00:25 – Why Code Usability Matters 00:57 – What is Object-Oriented Programming? 01:27 ...

8:50
67 Object Oriented Programming Explained

19 views

1 month ago

Khan Academy
Classes and objects | Intro to CS - Python | Khan Academy

Write a class definition to define the template for a new data type, and then call the class to instantiate objects of that type.

7:52
Classes and objects | Intro to CS - Python | Khan Academy

6,203 views

2 months ago

Google for Developers
ADK for Java 1.0 is now available!

Learn about some of the feature highlights of ADK for Java 1.0. With this generally available version of the Agent Development Kit ...

7:50
ADK for Java 1.0 is now available!

6,231 views

3 days ago

Geekific
UML Class vs Object Diagrams | Association, Aggregation and Composition | Geekific Remastered

... and Best Practices : https://youtu.be/HoA6aZPR5K0 - Mastering Object Oriented Programming : https://youtu.be/OzQnacVGV7c ...

8:02
UML Class vs Object Diagrams | Association, Aggregation and Composition | Geekific Remastered

18,692 views

11 months ago

Geekific
SOLID Principles in Java Explained | Object-Oriented Clean Code & Design | Geekific Remastered

Writing clean and maintainable code is more than just making something that works, it's about crafting software that's scalable, ...

9:29
SOLID Principles in Java Explained | Object-Oriented Clean Code & Design | Geekific Remastered

3,539 views

8 months ago

Alex Rusin
OOP in Node.js: The Secret to Building Modular Apps with Classes

The principles of object-oriented programming are introduced and explained in the context of Node.js. The #1 Complete ...

8:24
OOP in Node.js: The Secret to Building Modular Apps with Classes

1,303 views

11 months ago

mrphysh
Object Oriented Programming    First Video

There is no computer vocabulary because I am a chemist and self taught in computer programming. I am making this video partly ...

5:53
Object Oriented Programming First Video

131 views

9 months ago