what do you meant by Runtime Polymorphism?
Answer Posted / suraj naik
Method body and Method linking happens at runtime is called
rumtime polymorphism
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
Can you override a final method?
What is == in java?
Why can't we make a class private in java?
What advantage do java's layout managers provide over traditional windowing systems?
Can you declare an interface method static?
What is the purpose of final keyword and when to use it?
What is the difference amongst jvm spec, jvm implementation, jvm runtime ?
What do the thread?class methods run() and start() do?
Can set contain duplicates?
What is mean by exception?
Can private method static?
explain what is transient variable in java?
What is null data type?
Is java ee a framework?
What is += mean in java?