Open In App

Web technologies Questions | React.js Quiz | Set-1 | Question 10

Which of the following method is true about referring parent class in React.js ?
(A) self()
(B) inherits()
(C) this()
(D) super()

Answer: (D)
Explanation: The super() is a method in which referring the parent class in react.js. It is the way for calling the constructor in React.js.
Quiz of this Question
Please comment below if you find anything wrong in the above post

Article Tags :