ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

38 results

Ludonaut
How to know if a node has what you need? Favor Composition over Inheritance

In Object Oriented Design there is design principle that states that you should favor composition over inheritance, for a range of ...

5:11
How to know if a node has what you need? Favor Composition over Inheritance

2,597 views

6 years ago

J David Eisenberg
Chapter 10: Object-Oriented Design (Composition)

Objects can be composed of other objects. This video shows an example.

7:08
Chapter 10: Object-Oriented Design (Composition)

277 views

5 years ago

makingthematrix
Programming with Functions #10 - Composition over Inheritance

00:00 Preface 03:38 Inheritance: what the type is 09:49 Composition: what the type can do 14:07 Mocking frameworks 16:32 ...

19:33
Programming with Functions #10 - Composition over Inheritance

450 views

3 years ago

Coding With Tre'
Inheritance vs Composition | Coding With Tre'

JavaTutorial #InheritanceComposition #CodingWithTre' Today, I will discuss the difference between Composition and Inheritance ...

4:38
Inheritance vs Composition | Coding With Tre'

2,264 views

5 years ago

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

15,850 views

8 years ago

Creator Factorem
Inheritance vs Composition, but with Roblox Luau

cubes cubes cubes make up my life :DD Project link (you can download the place for yourself): ...

10:06
Inheritance vs Composition, but with Roblox Luau

7,375 views

1 year ago

Christian Hur
How Delegates Work in Java

Overview In today's video, I'm thrilled to guide you through an essential concept in Java programming: delegates. Delegates are a ...

9:09
How Delegates Work in Java

12,550 views

4 years ago

J David Eisenberg
Chapter 14: Composition

Objects can be composed (made up from) other objects.

5:03
Chapter 14: Composition

123 views

4 years ago

Ethereum Foundation
Composition Over Inheritance in Solidity: Is That Right? by Alice Henshaw (Devcon5)

Visit the https://archive.devcon.org/ to gain access to the entire library of Devcon talks with the ease of filtering, playlists, ...

7:02
Composition Over Inheritance in Solidity: Is That Right? by Alice Henshaw (Devcon5)

562 views

6 years ago

maysam pasokh
017 Inheritance
7:55
017 Inheritance

188 views

8 years ago

KarBytes CS
C++ Tutorial: Inheritance

An introduction to inheritance and composition in C++. For a complete code example, please visit the link below: ...

4:55
C++ Tutorial: Inheritance

330 views

10 years ago

maysam pasokh
035 Interfaces are NOT for Multiple Inheritance
4:27
035 Interfaces are NOT for Multiple Inheritance

215 views

8 years ago

NetSecProf
Class Inheritance vs Composition in C++

Compares the difference between C++ class composition where a class contains objects from another class and inheritance ...

7:09
Class Inheritance vs Composition in C++

2,054 views

3 years ago

Otavio Santana
Introduction to CDI Decorator and Interceptor

... the Composition over inheritance principle using this powerful CDI engine. Introduction to CDI Decorator and Interceptor Topics ...

17:21
Introduction to CDI Decorator and Interceptor

467 views

3 years ago

stdlibinfo
Strategy Design Pattern - C++ tutorial by stdlib.info

The strategy design pattern uses composition instead of inheritance to give objects additional functionality. Go to http://stdlib.info ...

8:50
Strategy Design Pattern - C++ tutorial by stdlib.info

13,471 views

13 years ago

Ludonaut
Object Oriented Design - Aggregation

Hello there, in order to help us design data structures that make sense and are understandable, some very smart people created ...

8:41
Object Oriented Design - Aggregation

1,920 views

7 years ago

Samir Paul
Some observations about interfaces, inheritance, and relationships among classes

ADSB 05_07. A bunch of miscellaneous thoughts on inheritance, interfaces, etc.

15:01
Some observations about interfaces, inheritance, and relationships among classes

685 views

10 years ago

Brian Will
Object-Oriented Programming is Good*

or not.

9:45
Object-Oriented Programming is Good*

169,945 views

6 years ago

Pumpkin Programmer
C++ Tutorial: Polymorphism

An introduction to polymorphism in C++. For a coding example using polygons, please visit the link below: ...

4:31
C++ Tutorial: Polymorphism

6,967 views

11 years ago

Design Patterns Lectures
The Composite Design Pattern

In this video, the Composite software design pattern is explained. Composite: Handle single and multiple objects in the same way.

10:39
The Composite Design Pattern

10,545 views

5 years ago