Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on Polymorphism within the VB.NET forums, part of the Software Development category; Hello, I need to know what Polymorphism is and can you give me an example of how it is used please. Thanks....
|
|||||||
|
|||
|
Polymorphism
Hello, I need to know what Polymorphism is and can you give me an example of how it is used please.
Thanks. |
| The Following User Says Thank You to Martina For This Useful Post: | ||
| Sponsored Links |
|
|||
|
Re: Polymorphism
hi, as simple as let us take an example that polymorphism means " 1 hero double action " in vb.net by using 3 ways we are implementing polymorphism 1)inheritance based polymorphism 2)interface based polymorphism 3)early binding & late binding
|
|
|||
|
Re: Polymorphism
Polymorphism means one name and multiple form...
one example of it is that drawing shapes it names and,...forms are different shapes....so we draw a different types of shapes like circle,triangle,square.... Its Polymorphism....... |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Polymorphism | kalayama | OOPS | 10 | 10-02-2008 01:49 AM |
| Dynamic Polymorphism in C | mkannanmca86 | C and C++ | 1 | 05-26-2008 04:30 AM |
| Polymorphism......... | Sampath_Java | Java | 4 | 09-12-2007 01:50 AM |