Prepare for your Next Interview
This is a discussion on overload and overriding within the VB.NET forums, part of the Software Development category; Respected sir, please send me the answers for the questions.... 1.through interface how multiple inheritance is achieved in vb.net 2.explain the process of overloading and overridding which ...
|
|||
|
overload and overriding
Respected sir,
please send me the answers for the questions.... 1.through interface how multiple inheritance is achieved in vb.net 2.explain the process of overloading and overridding which is associated with the proerty procedures........ Thanking you......... |
| Sponsored Links |
|
|||
|
Re: overload and overriding
Function overloading:
A function can have same name () but different parameters to perform various routine is called as function overloading. eg: myfunction (), myfunction (Param1) , myfunction(Param1, param2) overridding: A function at runtime can change the behaviour depending on the execution process. this phenomenon is known as function over ridding. eg Public Overrides Sub mysub() Mohammed Yousuf uddin software developer |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Confused about Overloading and OverRiding | harisudhan | OOPS | 5 | 08-30-2008 10:36 AM |
| overriding and overloading method | Pallai_uma | Java | 9 | 05-15-2008 07:40 AM |
| Overload main method | Geek_Guest | Java | 6 | 01-22-2008 10:02 AM |
| Overriding equals for a subclass... | psuresh1982 | Java | 0 | 07-17-2007 02:31 PM |
| overload a function | prakash.kudrekar | C and C++ | 4 | 06-04-2007 03:08 AM |