What is the difference between overloading and overriding a
function?
Answer Posted / rohit
overriding is used in diferent class with same parameters
overloading method :- is sem class in defintoin.
overriding method:- is subclass and super class in
definatioc
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain super keyword in java.
What are basic data types?
Can we inherit a class with private constructor?
How to perform linear search in java?
What is pass by value?
How is it possible in java programming for two string objects with identical values not to be equal under the == operator?
Explain the transient field modifier?
What is the full form of jpeg?
Does sprintf add a null terminator?
Can we initialize the final blank variable?
What are the important features of Java 11 release?
What is api data?
How do you create a sop?
Can we force the garbage collection to run?
What is a generic code?