what is mean by overriding in which situation we wil use?
Answer Posted / neema
If we have same method name in the super class as well as
in the sub class, then the method in the subclass is said
to override the method in the super class.
| Is This Answer Correct ? | 25 Yes | 4 No |
Post New Answer View All Answers
Which api is provided by java for operations on set of objects?
What's the purpose of static methods and static variables?
Write a java program that prints all the values given at command-line.
Explain about the security aspect of java?
What is java console application?
What is nested top-level class?
java program with complete 4 oops concepts implemented example
Where local and global variables are stored?
What is a dynamic array java?
Is string is a data type in java?
What is api in java?
Can sleep() method causes another thread to sleep?
What is the difference between processes and threads?
What is a super method?
Is ++ operator thread-safe in java?