FlashcardIntermediate
The override Keyword
override marks a method as intentionally replacing a parent method.
Question
What does the override keyword do in TypeScript?
Click to reveal answer
override marks a method as intentionally replacing a parent method.
What does the override keyword do in TypeScript?