ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

378 results

Related queries

iterator pattern

memento design pattern

visitor pattern java

flyweight design pattern

mediator design pattern

strategy design pattern

command design pattern

decorator pattern

Geekific
The Visitor Pattern Explained and Implemented in Java | Behavioral Design Patterns | Geekific

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ I've received over the ...

5:46
The Visitor Pattern Explained and Implemented in Java | Behavioral Design Patterns | Geekific

76,000 views

4 years ago

Programmingoneonone
HackerRank Java Visitor Pattern problem solution in Java | Java Solutions | Programmingoneonone

Hi, guys in this video share with you the HackerRank Java Visitor Pattern problem solution in Java | Java Solutions ...

12:32
HackerRank Java Visitor Pattern problem solution in Java | Java Solutions | Programmingoneonone

2,585 views

3 years ago

levonog
Visitor - Design Patterns in 5 minutes

Dive into the Visitor design pattern and understand how it promotes clean, modular code by separating algorithms from the ...

3:20
Visitor - Design Patterns in 5 minutes

8,308 views

1 year ago

NISHA COMPUTER ACADEMY
64:Java Visitor Pattern|| hackerrank java solutions

java visitor pattern program in hackerrank using java language. Hi friends I am Nisha welcome to our youtube channel NISHA ...

20:22
64:Java Visitor Pattern|| hackerrank java solutions

1,278 views

5 years ago

Hello Byte
Visitor Design Pattern: Easy Guide for Beginners

In this video, we dive into the Visitor Design Pattern, a powerful behavioral pattern in software development. Learn how to add ...

3:55
Visitor Design Pattern: Easy Guide for Beginners

5,237 views

1 year ago

codeonedigest
Visitor Design Pattern Tutorial with Java Coding Example for Beginners | Visitor Pattern Explained

Visitor design pattern is a behavioral design pattern. Visitor design pattern lets you separate algorithms from the objects on which ...

11:35
Visitor Design Pattern Tutorial with Java Coding Example for Beginners | Visitor Pattern Explained

653 views

2 years ago

Do Some Dev
Visitor Pattern in Java and Python

Using programming patterns, such as the Visitor Pattern, in object-oriented programming can be tedious and difficult to master.

22:02
Visitor Pattern in Java and Python

909 views

1 year ago

Derek Banas
Visitor Design Pattern

Code from the Video: http://goo.gl/XkW8s Welcome to my Visitor Design Pattern Tutorial! This is the last part of my design pattern ...

13:31
Visitor Design Pattern

286,446 views

13 years ago

People also watched

technoUpdate
🚀 HackerRank Online Assessment Test Experience 2025 🔥 | Java Spring Boot Microservices Coding 2025

HackerRank Online Assessment Test Experience 2025 | Java Spring Boot Microservices Coding | Crack IT Interviews!

28:57
🚀 HackerRank Online Assessment Test Experience 2025 🔥 | Java Spring Boot Microservices Coding 2025

2,550 views

5 months ago

Programmingoneonone
HackerRank Covariant Return Types problem solution in Java | Java Solutions | Programmingoneonone

Hi, guys in this video share with you the HackerRank Covariant Return Types problem solution in Java | Java Solutions ...

4:52
HackerRank Covariant Return Types problem solution in Java | Java Solutions | Programmingoneonone

2,003 views

3 years ago

Raw Coding
Visitor Design Pattern (C#)

The visitor design pattern explained with examples in code. Add more operation to a collection of elements, without changing the ...

8:37
Visitor Design Pattern (C#)

10,669 views

4 years ago

Gui Ferreira
FINALLY, the Visitor Design Pattern makes Sense

Let's explore the Visitor Design Pattern while we refactor C# dotnet code. Be a Patreon to get the source code: ...

11:03
FINALLY, the Visitor Design Pattern makes Sense

10,766 views

2 years ago

cjumpdotcom
Week 13 Visitor Design Pattern Part 1

CIS-260 Home Page: http://www.c-jump.com/bcc/c260c/CIS260syllabus.html Handout: ...

12:36
Week 13 Visitor Design Pattern Part 1

3,797 views

9 years ago

Ashish Pratap Singh
LeetCode was HARD until I Learned these 15 Patterns

Master DSA patterns: https://algomaster.io ▻ My DSA Playlist: ...

13:00
LeetCode was HARD until I Learned these 15 Patterns

1,477,427 views

1 year ago

Aspbucket
Visitor design pattern tutorial

Implementation of visitor design pattern from scratch and explained with example.

8:18
Visitor design pattern tutorial

9,663 views

7 years ago

Programmingoneonone
HackerRank Java Annotations problem solution in Java | Java Solutions | Programmingoneonone

Hi, guys in this video share with you the HackerRank Java Annotations problem solution in Java | Java Solutions ...

2:26
HackerRank Java Annotations problem solution in Java | Java Solutions | Programmingoneonone

1,195 views

3 years ago

AlgoMonster
LeetCode Was Hard Until I Learned THESE 8 Patterns (With Templates!)

https://algo.monster/ Best place to learn and practice coding interviews Almost all LeetCode problems can be solved with the ...

21:06
LeetCode Was Hard Until I Learned THESE 8 Patterns (With Templates!)

594,254 views

1 year ago

Design Patterns Lectures
The Visitor Design Pattern

In this video, the Visitor software design pattern is explained. Visitor: Add different behavior for each object type in aggregates of ...

11:39
The Visitor Design Pattern

15,738 views

5 years ago

cookieeatbird
HackerRank Visitor Pattern Problem

https://www.hackerrank.com/challenges/java-vistor-pattern/problem.

14:55
HackerRank Visitor Pattern Problem

895 views

3 years ago

togglebit
The visitor pattern in Rust

An implementation of the visitor pattern in Rust. You should of course read more about this for a deeper understanding. * Catch ...

4:30
The visitor pattern in Rust

2,647 views

1 year ago

XtremeJ Conference
Goodbye Boilerplate: The Visitor Pattern Reimagined in Modern Java | Haim Michael

The Visitor design pattern has been a trusted solution for operating on complex object hierarchies for decades—but its traditional ...

21:45
Goodbye Boilerplate: The Visitor Pattern Reimagined in Modern Java | Haim Michael

25 views

2 weeks ago

WJ Prajumsook
Software design patterns in Java - Visitor Pattern

Visitor Pattern The visitor allows adding new virtual functions to a family of classes, without modifying the classes. Instead, a visitor ...

11:14
Software design patterns in Java - Visitor Pattern

184 views

4 years ago

codeWithAryan
Visitor Design Pattern Explained: 👨‍🏫 Best Practices ✅ & Real-World Examples 🌍

Article - https://codewitharyan.com/system-design/low-level-design Structured DSA (Basics to Advanced) Practice ...

18:42
Visitor Design Pattern Explained: 👨‍🏫 Best Practices ✅ & Real-World Examples 🌍

2,634 views

8 months ago

Mike Møller Nielsen
Java Visitor Pattern

Visitor pattern explained and demonstrated. Enjoy! :-) Thank you for commenting and asking questions. Get 25 % discount on your ...

19:24
Java Visitor Pattern

3,105 views

5 years ago

Coder Army
Visitor Design Pattern | UML + Code | System Design

Welcome to Lecture 38 of the Ultimate Low-Level Design (LLD) Series by Coder Army! Eighth week for #systemdesign ...

40:54
Visitor Design Pattern | UML + Code | System Design

3,649 views

5 months ago

Reinventing D Wheel
Build Your Own Interpreter in Java | Parser | Visitor Pattern |

Watch me Build My Own Interpreter as offered by CodeCrafters in Java. Source Code ...

31:21
Build Your Own Interpreter in Java | Parser | Visitor Pattern |

46 views

3 months ago

thibault dufour
Live coding visitor pattern

Utilisation du visitor pattern avec ses avantages et limites.

5:29
Live coding visitor pattern

43 views

4 years ago

coder4life
Visitor Pattern | Design Patterns in Java

Behavioral design pattern: Watch a Java implementation of the Visitor Pattern, where you place the new behavior into a separate ...

4:50
Visitor Pattern | Design Patterns in Java

914 views

4 years ago

Nick Patrikeos
COMP2511 22T2 Tute 10: Visitor Pattern & Revision
47:59
COMP2511 22T2 Tute 10: Visitor Pattern & Revision

271 views

3 years ago

Programmingoneonone
HackerRank Can You Access? problem solution in Java | Java Solutions | Programmingoneonone

Hi, guys in this video share with you the HackerRank Can You Access? problem solution in Java | Java Solutions ...

1:55
HackerRank Can You Access? problem solution in Java | Java Solutions | Programmingoneonone

1,010 views

3 years ago