What is super () in react?



What is super () in react?..

Answer / Shubham Saxena

super() function does not exist in React as it is used in JavaScript for calling parent class methods. In React, you can access parent component functions through props or context.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

What are the disadvantages of Python Recursion?

1 Answers  


Can python function return multiple values?

1 Answers  


find max length of any given sublist?

1 Answers  


What are the various types of operators in Python?

2 Answers  


What is hierarchical inheritance?

1 Answers  


Is cython as fast as c?

1 Answers  


What is raw_input in python 3?

1 Answers  


How to check if string A is substring of string B?

1 Answers  


What is sorted in python?

1 Answers  


Is python slower than java?

1 Answers  


What do you understand by python modules?

1 Answers  


What is swapcase() function in the python?

1 Answers  


Categories