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

strategy pattern

polymorphism in java

bro code java

polymorphism

inheritance c++

object oriented programming

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,722 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,166 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,437 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,044 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,235 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,139 views

10 years ago

People also watched

TodoCode
🚀 SOBRESCRITURA y SOBRECARGA de MÉTODOS en JAVA | 🤔| Curso de POO 🖥️ | Explicación FÁCIL

APOYÁ EL CANAL Invitame un tereré desde Argentina (MercadoPago): https://cafecito.app/todocode Transferencia ...

8:52
🚀 SOBRESCRITURA y SOBRECARGA de MÉTODOS en JAVA | 🤔| Curso de POO 🖥️ | Explicación FÁCIL

45,502 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

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,207,952 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,176 views

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

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

3 years ago

Anthony GG
Mastering Inheritance By Struct Embedding In Golang

Join my Discord community for free education https://discord.com/invite/bDy8t4b3Rz ▻ Become a Patreon for more exclusive ...

13:05
Mastering Inheritance By Struct Embedding In Golang

35,758 views

3 years ago

Christopher Okhravi
The Only Time You Should Use Polymorphism

The only time you should use subtype polymorphism is when you have behavioural variation in the subtypes. I teach two ...

13:55
The Only Time You Should Use Polymorphism

103,644 views

1 year ago

Bro Code
Learn Java inheritance in 9 minutes! 👨‍👧‍👦

java #javatutorial #javacourse 00:00:00 inheritance 00:05:10 multi-level inheritance public class Main { public static void ...

9:07
Learn Java inheritance in 9 minutes! 👨‍👧‍👦

29,074 views

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

3 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,967 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

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

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

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

Michael Bogner
Java Inheritance vs Composition

Inheritance vs Composition.

12:18
Java Inheritance vs Composition

287 views

6 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

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

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