Computer Science, asked by 432gds, 10 months ago

I promise I will put the crown and stars
In the language of Java



It is possibile to call a method of a supcalss by using the keyword super
true or false

Answers

Answered by Anonymous
1

Answer:

The super keyword in java is a reference variable that is used to refer parent class objects. The keyword “super” came into the picture with the concept of Inheritance. It is majorly used in the following contexts:

1. Use of super with variables: This scenario occurs when a derived class and base class has same data members. In that case there is a possibility of ambiguity for the JVM. We can understand it more clearly using this code snippet:

Explanation:

mark at brainliest please ❣️

Similar questions