edited by
7,216 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

1.6k
views
1 answers
3 votes
go_editor asked Jun 15, 2016
1,583 views
The formula ... is calledSimpson ruleTrapezoidal ruleRomberg's ruleGregory's formula
2.1k
views
1 answers
3 votes
Desert_Warrior asked Jun 3, 2016
2,083 views
Which of the following statement is correct$\triangle (U_k V_k) = U_k \triangle V_k + V_k \triangle U_k$\triangle (U_k V_k) = U_{k+1} \triangle V_k + V_{k+1} ... triangle V_k$\triangle (U_k V_k) = U_{k+1} \triangle V_k + V_k \triangle U_k$
151
views
0 answers
0 votes
nadosha asked Apr 20
151 views
A constructor cannot be explicitly called by the client program. true or false?
95
views
0 answers
0 votes
nadosha asked Apr 20
95 views
A program that includes the file containing a class declaration is called a ________ program of the class.