ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

5,161 results

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,229,867 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,879 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,594 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,892 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,421 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,894 views

2 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,579 views

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

4 years ago

People also watched

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

3 years ago

The PrimeTime
Stop Recommending Clean Code

Recorded live on twitch, GET IN https://twitch.tv/ThePrimeagen I am writing courses for https://boot.dev/prime One of the best ways ...

27:05
Stop Recommending Clean Code

659,718 views

2 years ago

Steve Griffith - Prof3ssorSt3v3
Composition vs Inheritance in JavaScript

This is more of an intermediate topic in JavaScript. Understanding the implications of how you architect your applications will help ...

12:23
Composition vs Inheritance in JavaScript

12,323 views

8 years ago

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,998 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,667 views

4 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,405 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,509 views

9 years 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! 👨‍👧‍👦

30,305 views

1 year ago

TodoCode
🚀 HERENCIA en JAVA | 🤔| Programación Orientada a Objetos con Java 🖥️ | Explicación FÁCIL 2023 | #6

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

11:59
🚀 HERENCIA en JAVA | 🤔| Programación Orientada a Objetos con Java 🖥️ | Explicación FÁCIL 2023 | #6

178,008 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,214,477 views

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

10 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

502,702 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,336 views

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

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

6 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

955 views

3 years ago

Andrew Jones
Java Programming Tutorial - 32 - Composition

Brief demonstration on composition in Java, Object Oriented Programming.

8:38
Java Programming Tutorial - 32 - Composition

24,861 views

7 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.

243,366 views

1 year ago

Learn Code Fun
Composition vs inheritance: When to use? | Most Asked JAVA Interview Questions #composition  #java

Welcome to our Java interview series where we dissect the fundamental concepts of object-oriented programming. In this episode ...

0:24
Composition vs inheritance: When to use? | Most Asked JAVA Interview Questions #composition #java

330 views

1 year ago

Michael Bogner
Java Inheritance vs Composition

Inheritance vs Composition.

12:18
Java Inheritance vs Composition

289 views

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

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

7 years ago