edited by
6,932 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
4 answers
3
0 votes
0 votes
1 answer
4
rsansiya111 asked Oct 7, 2022
746 views
Which one of the following fundamental features of the OOPs is not supported by 𝐶++?(a) Persistence(b) Delegation(c) Genericity(d) Data abstraction