Question:How to call parent method named print() from child class in the JavaScript?
A parent.print() B super.print() C this.print() D print()
+ AnswerB
+ Report