edited by
7,027 views

3 Answers

Best answer
7 votes
7 votes

Answer is B

Polymorphism is the ability of an object to take on many forms. The most common use of polymorphismin OOP occurs when a parent class reference is used to refer to a child class object. Any Java object that can pass more than one IS-A test is considered to be polymorphic.

Reference:Polymorphism

selected by
Answer:

Related questions

3 votes
3 votes
1 answer
1
3 votes
3 votes
1 answer
2
0 votes
0 votes
1 answer
3
nadosha asked 4 days ago
48 views
A constructor cannot be explicitly called by the client program. true or false?
0 votes
0 votes
0 answers
4
nadosha asked 4 days ago
34 views
A program that includes the file containing a class declaration is called a ________ program of the class.