What is the difference between overloading and overriding a
function?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / nishchita
In overloading 2 function should have different signature
but in overriding must have exactly same signature.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is an object in Java and what are its benefits?
diffrence b\w println() and printf()
why using interface interface ?
What is the scope or life time of instance variables?
What is the difference between JDBC 1.0 and JDBC 2.0?
Can a double value be cast to a byte?
Which is illegal identifier in java?
What is constructor and virtual function?
What is an object class?
I have 100 records in a table with two rows. I need to display 10 records per page like Google Search. I need only the Logic(Pagination) in Pure Java. No JSP and all..Thanks in Advance...
What is java string pool?
What about main() method in java ?