Home »
MCQs »
ReactJS MCQs
In ES6 – Which keyword is used for class inheritance?
18. In ES6 – Which keyword is used for class inheritance?
- extends
- extend
- inheritance
- inheritances
Answer: A) extends
Explanation:
In ES6 – The extends keyword is used for class inheritance.