ᴇʟʟᴏ... ♡♡
✍️ʜᴇʀᴇ ɪꜱ ʏᴏᴜʀ Qᴜᴇꜱᴛɪᴏɴ ✍️
➡️ What is polymerization in Java...??
Answers
Answered by
22
➡️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
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