What is super () react?



What is super () react?..

Answer / Shilpa Saluja

In Python, `super()` is a built-in function that is used in classes for calling the methods of the parent class. When you use super(), it refers to the immediate parent class if no arguments are provided.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

What is a python constant?

1 Answers  


What is automation in python?

1 Answers  


Tell us what is python? What are the benefits of using python? What do you understand of pep 8?

1 Answers  


What does the *args do in python?

1 Answers  


Write a one-liner that will count the number of capital letters in a file. Your code should work even if the file is too big to fit in memory.

1 Answers  


What are the two main types of functions?

1 Answers  


What is the difference between a Set and Dictionary?

1 Answers  


What are advantages and disadvantages of python?

1 Answers  


Is it better to learn python or java?

1 Answers  


What is a decorator in python?

1 Answers  


How to tic tac toe computer move?

1 Answers  


Guess the output?

1 Answers  


Categories