Event Driven Design
Everything on SkillVeris tagged Event Driven Design — collected across the glossary, study notes, blog, and cheat sheets.
2 resources across 1 library
Interview Questions(2)
What is Event-Driven OOP Design?
Event-driven OOP design is a style where objects communicate by publishing and reacting to events rather than calling each other directly, so a source object f…
What is a Callback in OOP?
A callback in OOP is a piece of executable behavior, typically an object implementing an interface or a functional reference, that is passed into another metho…