Explain about parametric polymorphism?
No Answer is Posted For this Question
Be the First to Post Answer
What are the different types of arguments?
Difference: 'uses', 'extends', 'includes'
7 Answers Cognizant, Protech, TY, University,
Can I implement polymorphism using abstract class?
How can we restrict inheritance for a class so that no class can be inherited from it?
State about java and its relation to object oriented programming?
why do requirements change so much? after all, don't people know what they want?
Explain the implementation phase with respect to oop?
What are sealed modifiers?
Why is OOP good?
What interface must an object implement before it can be written to a stream as an object?
If a method definition has been specified in class , its base class , and the interface which the class is implementing, which definition will be picked if we try to access it using interface reference and class object?
A class inherits from 2 interfaces and both the interfaces have the same method name as shown below. How should the class implement the drive method for both car and bus interface?