Suppose we create a subclass from a class that has a method called someMethod. If we override someMethod in the subclass, is it possible to access the superclass's version of someMethod? If so, how?

What will be an ideal response?


```
Yes, it is possible to access the original version of the method. To do so, we qualify the call to the method
with the super reference. In other words, to access the original version of the method we call super.someMethod().
```

Computer Science & Information Technology

You might also like to view...

Select all that apply. Which of the following are non-visual components that are available on smartphones?

a. Radio Button b. PhoneCall c. TextMessage d. Label

Computer Science & Information Technology

The person who creates a worksheet is responsible for its validity.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Round the values down at the places noted.

201.23 at tenths place

Computer Science & Information Technology

Firmware can be updated by connecting your computer to the Internet. 

Answer the following statement true (T) or false (F)

Computer Science & Information Technology