Geeks Talk

Prepare for your Next Interview




overload and overriding

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 ...


Go Back   Geeks Talk > Software Development > VB.NET

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 08-15-2008
Junior Member
 
Join Date: Aug 2008
Location: india
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
skagalya is on a distinguished road
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.........
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 08-26-2008
Junior Member
 
Join Date: Aug 2008
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
reach_yousuf is on a distinguished road
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
Reply With Quote
  #3 (permalink)  
Old 09-02-2008
Junior Member
 
Join Date: Sep 2008
Location: CHENNAI
Posts: 3
Thanks: 1
Thanked 0 Times in 0 Posts
naga.new is on a distinguished road
Thumbs down Re: overload and overriding

overload

same fuction name with different aruguements

overriding

same fuction name with same arguments
Reply With Quote
  #4 (permalink)  
Old 09-02-2008
Junior Member
 
Join Date: Sep 2008
Location: CHENNAI
Posts: 3
Thanks: 1
Thanked 0 Times in 0 Posts
naga.new is on a distinguished road
Re: overload and overriding

[quote=naga.new;35311]overload
yujnnghnffffffffffg
Reply With Quote
  #5 (permalink)  
Old 09-03-2008
Junior Member
 
Join Date: Sep 2008
Location: india
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
bhupendra_wadekar is on a distinguished road
Re: overload and overriding

Function overload: in function overload the same function name (signature ) can be used but with different argment is called function overloading
Reply With Quote
  #6 (permalink)  
Old 09-11-2008
Expert Member
 
Join Date: Apr 2008
Location: tamilnadu
Posts: 728
Thanks: 15
Thanked 69 Times in 66 Posts
deepasree will become famous soon enough
Re: overload and overriding

hi friend..

i agree with yosuf

thanks
deepasree
Reply With Quote
Reply

  Geeks Talk > Software Development > VB.NET


Thread Tools
Display Modes


Similar Threads

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


All times are GMT -4. The time now is 07:29 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 GeekInterview.com. All Rights Reserved