ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

5,162 results

Related queries

godot composition

code aesthetics

dependency injection

functional programming

bro code java

strategy pattern

polymorphism in java

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,748 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,169 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,439 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,045 views

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

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

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

10 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,414 views

4 years 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,462 views

3 years ago

People also watched

CodelyTV - Redescubre la programación
What is "Composition Over Inheritance" 👨‍👩‍👧‍👦🚔🤷‍♂️ (#CompositionOverInheritance)

🔥 Take advantage of CodelyTV Pro's Black Friday offer! ⮕ https://codely.tv/pro/blackfriday?utm_source=youtube&utm_medium ...

9:36
What is "Composition Over Inheritance" 👨‍👩‍👧‍👦🚔🤷‍♂️ (#CompositionOverInheritance)

17,472 views

7 years ago

The PrimeTime
How Much Memory for 1,000,000 Threads in 7 Languages | Go, Rust, C#, Elixir, Java, Node, Python

Recorded live on twitch, GET IN https://twitch.tv/ThePrimeagen ty piotr! https://pkolaczk.github.io/memory-consumption-of-async/ ...

26:21
How Much Memory for 1,000,000 Threads in 7 Languages | Go, Rust, C#, Elixir, Java, Node, Python

1,034,513 views

2 years ago

Nicklas Millard
Inheritance and Composition in 4 minutes (with .NET5 examples) | OOP For Beginners

https://github.com/NMillard/SimpleWebApps/tree/master/src/GeneralPractices/CompositionOverInheritance Both inheritance and ...

4:03
Inheritance and Composition in 4 minutes (with .NET5 examples) | OOP For Beginners

8,651 views

4 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

ArjanCodes
Protocols vs ABCs in Python - When to Use Which One?

Learn how to design great software in 7 steps: https://arjan.codes/designguide. In this video, I'm revisiting Protocols and ABCs in ...

15:31
Protocols vs ABCs in Python - When to Use Which One?

70,556 views

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

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

3 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

Kantan Coding
Master Golang with Composition

In this video we go over Golang's way of handling Composition in depth. Become a Golang Expert With This Hands-On Golang ...

27:31
Master Golang with Composition

11,837 views

1 year ago

Dave Gray
Why you should choose composition over inheritance | Javascript OOP Tutorial

Web Dev Roadmap for Beginners (Free!): https://bit.ly/DaveGrayWebDevRoadmap Why you should choose composition over ...

19:08
Why you should choose composition over inheritance | Javascript OOP Tutorial

16,990 views

4 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,985 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,753 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

905 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,220 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

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

Fredrik Christenson
Composition in Java

In "Composition in Java" I show the basics around the idea of composition over inheritance. You can find subscriber questions ...

12:51
Composition in Java

6,616 views

6 years ago

DinaTechy
Prefer Composition Over Inheritance in Java | Clean Code Principle Explained | Example | DinaTechy

Learn why professional Java developers and architects prefer Composition over Inheritance. In this video, we explain the concept ...

13:22
Prefer Composition Over Inheritance in Java | Clean Code Principle Explained | Example | DinaTechy

23 views

3 weeks ago

Thorben Janssen
Composition vs. Inheritance with JPA and Hibernate

In today's video I will compare Composition over Inheritance. Like all object-oriented programing languages, Java supports the ...

10:23
Composition vs. Inheritance with JPA and Hibernate

6,073 views

7 years ago