Answer the question
In order to leave comments, you need to log in
How to override parent class method in TypeScript?
There is a code:
class A {
m(a: number) { }
}
class B extends A {
m(a: number, b: string) { }
}
m
with other arguments: Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question