Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
204 results
Learn why professional Java developers and architects prefer Composition over Inheritance. In this video, we explain the concept ...
34 views
1 month ago
Inheritance vs Composition - one of the most important design decisions in Object Oriented Programming, yet most developers get ...
82 views
4 days ago
In this video, we discuss Java Object-Oriented Programming (OOP) interview questions and answers, covering core concepts and ...
1,852 views
2 weeks ago
22 views
5 months ago
Explore the concepts of `inheritance` and `composition` in Java, focusing on how composition addresses dependency issues and ...
3 views
9 months ago
What Is the Difference Between Inheritance and Composition in Java? | OOP Interview Question Explained In this video, we'll dive ...
253 views
2 months ago
Discover the best practices for using `super.call` in Java, and explore the advantages of composition over inheritance when ...
1 view
7 months ago
Explore whether using composition to leverage inheritance from Java abstract collection classes is a good or bad practice in your ...
0 views
3 months ago
Composition is a critical design principle used to build complex classes by combining simpler ones. It allows one class to contain ...
6 views
1 year ago
Inheritance vs Composition Learn the difference between inheritance vs composition in this informative video. Perfect for Java ...
20 views
Discover how to share methods between Java classes without using inheritance. Learn effective techniques that promote code ...
"Favor Composition over Inheritance." It is the most famous rule in Java design, but why do senior developers hate using extends?
2 views
Java Tricky Interview Question 23 What are sealed classes in Java, and how do they improve inheritance? With Java 15+, ...
159 views
Inheritance and polymorphism in Java are powerful object-oriented features that promote code reuse and flexibility. By using ...
8 views
Writing clean and maintainable code is more than just making something that works, it's about crafting software that's scalable, ...
3,068 views
6 months ago
AI generated podcast for java inheritance. It includes core concepts and best practices. #podcast #java #softwareengineer.
5 views
... Composition vs inheritance and the principle of clean class design Common design patterns (Singleton, Factory, and Observer)
17 views
3 weeks ago
Discover an effective method to handle inheritance challenges in Java by using composition over traditional class inheritance for ...
Learn the fundamentals of Inheritance and Polymorphism – two core pillars of Object-Oriented Programming! In this ...
54 views
The Decorator Pattern solves the class explosion problem by letting you wrap objects with additional functionality at runtime ...