Answer Posted / hitler
Through Inharitance we archiving Dynamic Polymorphism .
| Is This Answer Correct ? | 5 Yes | 11 No |
Post New Answer View All Answers
What is jrmp?
How many types of parsers are there?
Explain implementation and how is it different from conversion?
What is a parameter example?
What do you understand by classes in java?
How do you declare an array in java?
What isan abstract class and when do you use it?
What does bitwise or mean?
What is a finally block?
What's the purpose of static methods and static variables?
What is the protected method modifier?
What is Hierarchy of exception?
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?
Give differences between Quicksort &Mergesort. When should these sorts be used andwhat is their running time in java?
Why string is a class?