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
What is passed by reference and pass by value ?
How are variables stored?
What is the different between get and post?
what is interface in java? Explain
Explain the difference between call by refrence and call by value?
What is flush () in java?
What is difference between array and vector?
How many types of gc are there in java?
What is java and why do we need it? Explain
What is the list interface in java programming?
How can we make a class singleton?
What is the benefit of singleton pattern?
What is formatted output in java?
What is args length in java?
Are global variables initialized to zero?