Java Interview Question: Polymorphism In Java | #shorts #kiransir #javaprogramming

preview_player
Показать описание
Java Interview Question: Polymorphism In Java

Make sure to watch this video until the end as it contains valuable information to help you. If you have any questions, feel free to comment and we'll be happy to provide answers.

𝗚𝗲𝘁 𝗶𝗻 𝘁𝗼𝘂𝗰𝗵 𝘄𝗶𝘁𝗵 𝗺𝗲 𝗯𝘆 𝗷𝗼𝗶𝗻𝗶𝗻𝗴 𝘁𝗵𝗲 𝗳𝗿𝗲𝗲 𝗱𝗲𝗺𝗼 𝗰𝗹𝗮𝘀𝘀 𝗹𝗶𝗻𝗸 𝗯𝗲𝗹𝗼𝘄:

#TheKiranAcademy #shorts #polymorphism #polymorphisminjava #javaprogramming
______________________________________________________________________________

______________________________________________________________________________

📱𝗖𝗼𝗻𝘁𝗮𝗰𝘁 𝗨𝘀:-
Deccan, Pune :- +91 902 868 2797
Chinchwad :- +91 885 705 5009
Karve Nagar, Pune :- +91 888 855 8802

⇛Subscribe to this channel, and press the Bell🔔Icon to get another informative video

📢📢𝗖𝗼𝗻𝗻𝗲𝗰𝘁 𝘄𝗶𝘁𝗵 𝗺𝗲

𝙏𝙝𝙖𝙣𝙠 𝙔𝙤𝙪 😇 𝙁𝙤𝙧 𝙒𝙖𝙩𝙘𝙝𝙞𝙣𝙜...
Рекомендации по теме
Комментарии
Автор

Sir You Should also tell us how to answer after student answer
means
How we should give another way answer 🙏

mr.hidden
Автор

Poly means many and morphism means forms and it is defined As a work is completed or done by different ways or types

mr_Danish.
Автор

Polymorphism is defined as the Many form of classes, object or methods

sagarghuge
Автор

Sweet answer here:
Poly means seperate
Morph means forms
To take the ability more than one. That's it yaar 😅

prasannakumar
Автор

only one object having different behaviour

rvcreation
Автор

Polymorphism nothing but an object can have different behaviours is known as polymorphism.
When I say polymorphism it has derived into two types
1) compile time polymorphism
2) run time polymorphism
The compile time binding between the method calling statement and the method implementation of overloaded method takes place during the compilation.
Ex:method overloading, constructor overloading
2) the bind between method calling statement and the implementation of overloaded method takes place during the run time is known as run time polymorphism
Ex:method overriding.
The process of overriding the non static method implementation by sub class non static method implementation within the sub class object is known as method overriding
To achieve we have to follow certain rules
^inheritance is mandatory
^the non static method declaration of super class and sub class must be same
^the scope and visiability of subclass non static method declaration with respect to access modifier must be similar or more than that of super class non static method.

codamer
Автор

Sir i like to know is there any opening for fresher I have completed Automobile Engineering 2023 batch

I have basic knowledge in java, python, html, css, java script

soulkames
Автор

He has script
He is unable to call everything

mr.existence