DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
TypeScript Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
TypeScript
In a nominally-typed language like Java, what would be required for a class to satisfy an interface, that TypeScript does NOT require?
A
Nothing different — they work identically
B
An explicit 'implements' declaration establishing the relationship, which TypeScript doesn't need since it only checks the resulting shape
C
A different property naming convention
D
TypeScript doesn't support interfaces at all
Check Answer