What is Overriding and how can it be used?
Answer Posted / siddu
overriding is nothing to change behaviour of super class
method in subclass with same singature of method
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Why is whitespace important?
Is sizeof a preprocessor?
do I need to use synchronized on setvalue(int)? : Java thread
What are exception handling keywords in java?
What is final keyword in java? Give an example.
Can a private method of a superclass be declared within a subclass?
What is the purpose of the enableevents() method in java programming?
Why char array is preferred over string for storing password?
Can we sort array in java?
Can we execute java program without main method?
What is a text string?
What is data member in java?
what is session in java?
Give us a program to check for parenthesis matching using stack.
Is this valid in java ? Can we instantiate interface in java?