ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

5,164 results

Related queries

godot composition

code aesthetics

dependency injection

functional programming

bro code java

polymorphism in java

strategy pattern

polymorphism

object oriented programming

inheritance c++

oop

object composition drawing

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,224,784 views

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

53,170 views

1 year ago

Awesome
Composition Over Inheritance Explained

The advantages of Composition over Inheritance Topics: - What is Composition? - What is Inheritance? - Class-based vs ...

4:46
Composition Over Inheritance Explained

28,441 views

1 year ago

Bro Code
Learn composition in 6 minutes! ⚙️

java #javatutorial #javacourse public class Main { public static void main(String[] args) { // Composition = Represents a "part-of" ...

6:17
Learn composition in 6 minutes! ⚙️

25,054 views

1 year ago

Zoran on C#
Why Favor Object Composition Over Class Inheritance? A Deep Dive

Are you a programmer trying to understand the difference between object composition and class inheritance? In this video, We'll ...

19:00
Why Favor Object Composition Over Class Inheritance? A Deep Dive

30,795 views

2 years ago

ArjanCodes
Composition Is Better Than Inheritance in Python

In this video, I explain the difference between composition vs inheritance, what the design principle "favor composition over ...

23:29
Composition Is Better Than Inheritance in Python

280,417 views

4 years ago

Fun Fun Function
Composition over Inheritance

Support the show by becoming a Patreon https://www.patreon.com/funfunfunction This is a weekly show where we try to become ...

8:34
Composition over Inheritance

529,144 views

10 years ago

Christopher Okhravi
Only Use Inheritance If You Want Both of These

Inheritance gives us hierarchical reuse of code AND subtype polymorphism. In this video I argue that we should only ever use it if ...

9:10
Only Use Inheritance If You Want Both of These

31,239 views

1 year ago

Nutshell
Composition over Inheritance [Object Oriented Programming]

Prefer Composition over Inheritance. With composition, it's easy to change behaviour on the fly with Dependency Injection ...

13:29
Composition over Inheritance [Object Oriented Programming]

7,465 views

3 years ago

People also watched

Dev Leader
Beginner Programmer's Guide to Composition in OOP (Examples in C# dotnet!)

Are you a beginner programmer learning about Object Oriented Programming (OOP)? If so, you've likely heard of Inheritance, but ...

19:31
Beginner Programmer's Guide to Composition in OOP (Examples in C# dotnet!)

5,965 views

2 years ago

Dev Leader
Inheritance vs Composition - How To Program in C# dotnet

In this live stream, we'll be using C# (a dotnet language) to look at the object-oriented programming concepts of inheritance and ...

57:54
Inheritance vs Composition - How To Program in C# dotnet

1,124 views

Streamed 2 years ago

CodeAesthetic
Why You Shouldn't Nest Your Code

I'm a Never Nester and you should too. Access to code examples, discord, song names and more at ...

8:30
Why You Shouldn't Nest Your Code

3,208,099 views

3 years ago

IAmTimCorey
Inheritance vs Interfaces in C#: Object Oriented Programming

Inheritance is a big part of object-oriented programming, as are interfaces. However, the two can often get confused. Knowing ...

49:41
Inheritance vs Interfaces in C#: Object Oriented Programming

109,300 views

4 years ago

Daniel Ross
Learn Java Programming - Composition Tutorial

In the real world objects are often composed of other objects. A computer is composed of many objects: case, motherboard, power ...

8:15
Learn Java Programming - Composition Tutorial

8,507 views

9 years ago

curtjs
A BETTER Way to ORGANIZE CODE in Godot

In this video, I will show how to use composition in Godot.

7:50
A BETTER Way to ORGANIZE CODE in Godot

7,183 views

10 months ago

TodoCode
🚀 Polymorphism in Java | 🤔 | Object-Oriented Programming 🖥️ | Easy Explanation 2023 | #7

🤓 With this video, we continue our #OOP with #Java series 🥳, this time tackling one of the most difficult concepts to grasp ...

12:07
🚀 Polymorphism in Java | 🤔 | Object-Oriented Programming 🖥️ | Easy Explanation 2023 | #7

151,714 views

4 years ago

ArjanCodes
5 Tips For Object-Oriented Programming Done Well - In Python

Learn how to design great software in 7 steps: https://arjan.codes/designguide. You can do Object-Oriented Programming badly, ...

16:08
5 Tips For Object-Oriented Programming Done Well - In Python

228,398 views

3 years ago

maysam pasokh
019 Favour Composition over Inheritance
8:49
019 Favour Composition over Inheritance

15,850 views

8 years ago

Next Day Video
The End Of Object Inheritance & The Beginning Of A New Modularity

Augie Fackler, Nathaniel Manista After 15 years' combined experience developing software of all types we are done with object ...

31:27
The End Of Object Inheritance & The Beginning Of A New Modularity

44,354 views

12 years ago

The PrimeTime
Prime Reacts: The Flaws of Inheritance

Recorded live on twitch, GET IN https://twitch.tv/ThePrimeagen original: https://youtu.be/hxGOiiR9ZKg author: @CodeAesthetic ...

29:05
Prime Reacts: The Flaws of Inheritance

499,997 views

2 years ago

Source Decoded
Composition vs. Inheritance

In programming, Types are tools for reusing code. We discuss two ways of building and reusing types: composition and ...

30:20
Composition vs. Inheritance

59,325 views

11 years ago

Web Dev Simplified
Composition Vs Inheritance - Why You Should Stop Using Inheritance

IMPORTANT: 1 Year Free Hosting: https://www.atlantic.net/webdevsimplified Use code KYLE for an additional $50 Object oriented ...

10:16
Composition Vs Inheritance - Why You Should Stop Using Inheritance

186,755 views

5 years ago

Machine tired of learning
Programmatic Comparison: Inheritance vs Composition

Video Editor: https://carsondb.github.io/animeBoard.

3:34
Programmatic Comparison: Inheritance vs Composition

909 views

3 years ago

Michael Bogner
Java Inheritance vs Composition

Inheritance vs Composition.

12:18
Java Inheritance vs Composition

287 views

6 years ago

Nesi
USE COMPOSITION trust me.

I'm not saying you should never use Inheritance, just be careful and use Composition where necessary. I mean State Machine ...

10:00
USE COMPOSITION trust me.

242,219 views

1 year ago

Dave Crabbe
OOP Principles: Composition vs Inheritance

This video attempts to introduce the viewer to the two major Object Oriented Design paradigms. Composition and Inheritance.

15:38
OOP Principles: Composition vs Inheritance

54,228 views

7 years ago

Dave Leeds
Kotlin Code Reuse: Composing like you're Inheriting

The classic Design Patterns book introduced the principle of favoring composition over inheritance. In this video, we'll explore ...

14:42
Kotlin Code Reuse: Composing like you're Inheriting

16,384 views

1 year ago

Shiv Kumar
Prefer Composition Over Inheritance - A Real-World Example

Prefer Composition Over Inheritance is an important tenet of Object oriented programming, but what's so bad about Inheritance?

29:58
Prefer Composition Over Inheritance - A Real-World Example

5,460 views

3 years ago

Firebelley Games
Using Composition to Make More Scalable Games in Godot

Ever heard the phrase "prefer composition over inheritance" but don't know what it means with respect to Godot? In this video, I ...

10:13
Using Composition to Make More Scalable Games in Godot

345,106 views

3 years ago

A J
Java Programming Tutorial - 32 - Composition

Brief demonstration on composition in Java, Object Oriented Programming.

8:38
Java Programming Tutorial - 32 - Composition

24,844 views

7 years ago