Computer Science, asked by raaam39, 10 months ago

ᴇʟʟᴏ... ♡♡

✍️ʜᴇʀᴇ ɪꜱ ʏᴏᴜʀ Qᴜᴇꜱᴛɪᴏɴ ✍️

➡️ What is polymerization in Java...?? ​

Answers

Answered by Anonymous
22

\huge{\underline{\underline{\mathfrak{Answer}}}}

➡️Polymorphism is the ability of an object to take on many forms. ... Any Java object that can pass more than one IS-A test is considered to be polymorphic.

➡️ In Java, all Java objects are polymorphic since any object will pass the IS-A test for their own type and for the class Object

Answered by Rajputsaurabhsingh
6

Hey dude here is your Answer------------------------ ✔️❣️✔️ ❣️✔️ ❣️✔️ ❣️✔️ ❣️✔️ ❣️✔️ ❣️

=> Polymorphism is the ability of an object to take on many forms. The most common use of polymorphism in 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. ... A reference variable can be of only one type.....

Similar questions