Functional Interfaces
Everything on SkillVeris tagged Functional Interfaces — collected across the glossary, study notes, blog, and cheat sheets.
2 resources across 1 library
Interview Questions(2)
What is an Anonymous Class in OOP?
An anonymous class is a class declared and instantiated in a single expression, with no name of its own, typically used to provide a one-off implementation of…
What is a Lambda Expression in OOP?
A lambda expression is a compact, anonymous block of code that represents an implementation of a functional interface — an interface with exactly one abstract…