Can we change the scope of the overridden method in the subclass?
Answer / Ritika Kapoor
No, we cannot change the access modifier (scope) of an overridden method in the subclass. The access modifier of an overridden method must be equal to or more accessible than that of the original method in the superclass.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are different types of multitasking?
How many types of parsers are there?
I want to store more than 10 objects in a remote server? Which methodology will follow?
Explain JPA in Java.
What are exceptions
What is java reflection api?
What is difference between string and stringbuffer?
Where is const variable stored?
Why a dead thread occurs?
what is data binding? give the example
What is methodological theory?
What is an array and a vector? How they different from each other?