What is compile time polymorphism?
Answer Posted / sudipta sadhukhan
java support two types of polymorphism.one is compile time
polymorphism(it's actually overloading)and run time
polymorphism(it's actually overriding.So,complie time
polymorphism is simple overloading.
Is This Answer Correct ? | 23 Yes | 6 No |
Post New Answer View All Answers
What is a null check?
What is the difference between declaration and definition in java?
How much is a java license?
What does n mean in java?
List primitive java types?
What is nextline method in java?
What is the reason behind using constructors and destructors?
What does @override mean?
What does a method signature consist of?
Can a private method be declared as static?
What is the primary benefit of encapsulation?
What is singleton class in java and how can we make a class singleton?
What is an example of character?
What do you mean by boolean?
How do you read a char in java?