ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,412 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,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,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,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,238 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

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

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

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

1 year ago

cjumpdotcom
Week 10 Inheritance and Composition Part 12

Handout: http://www.c-jump.com/bcc/c123c/Week10/Week10.html Bristol Community College, Fall River. Mass Java abstract class ...

9:09
Week 10 Inheritance and Composition Part 12

114 views

12 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

cjumpdotcom
Week 10 Inheritance and Composition Part 11

Handout: http://www.c-jump.com/bcc/c123c/Week10/Week10.html Bristol Community College, Fall River. Mass Java abstract class ...

13:19
Week 10 Inheritance and Composition Part 11

95 views

12 years ago

cjumpdotcom
Week 10 Inheritance and Composition Part 9

Handout: http://www.c-jump.com/bcc/c123c/Week10/Week10.html Bristol Community College, Fall River. Mass Java abstract class ...

11:16
Week 10 Inheritance and Composition Part 9

80 views

12 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,383 views

1 year ago

cjumpdotcom
Week 10 Inheritance and Composition Part 4

Handout: http://www.c-jump.com/bcc/c123c/Week10/Week10.html Bristol Community College, Fall River. Mass Java abstract class ...

11:17
Week 10 Inheritance and Composition Part 4

177 views

12 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

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

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