in ReactJS by
retagged by
Which of the following keyword is used to create a class inheritance?

a) Create

b) Inherits

c) Extends

d) This

2 Answers

0 votes
by

C is the correct answer. The "Extends" keyword is used to create a class inheritance.

0 votes
by

A is the correct option. React renders HTML to the web page by using a function called ReactDOM.render().

...