What are Advatages of Overloading and Overridding.
Answer Posted / ershad md sk
No look at the Question he had ask u Advantages for
Overloading & Overriding ..we can say in Overriding &
OverLoading COMPLEXITY Factor Had Been Reduced a lot And
the performance is Increased & lot of memory space has been
SAVED..We are not calling the methods every thing we invoke
on it.. we are using the HANDLE Of Superclass to pass the
agruments....Thats why ITs Advantages
| Is This Answer Correct ? | 20 Yes | 3 No |
Post New Answer View All Answers
What is boolean strategy?
What are methods in java?
How do you check if a string contains only numeric digits?
Is java map thread safe?
Can we have return statement in finally clause? What will happen?
what is meant by abstract class?
Can main() method in java can return any data?
Which is a valid identifier?
Write a factorial program using recursion in java?
What is internal variable?
Explain about fail safe iterators in java?
What is a final class in java?
1.IN CASE OF DYNAMIC METHOD DISPATCH WHY WE USE REFERENCE VARIABLE,WE CAN USE THE DIFFERENT DEFINED OBJECT DIRECTLY TO ACCESS THE DATA MEMBER AND MEMBER FUNCTION OF THAT RESPECTIVE CLASS?WHAT IS THE MAIN FUNCTION OF "REFERENCE VARIABLE" HERE?
Difference between this() and super() in java ?
Write a java program for binary search?