IT Community - Software Programming, Web Development and Technical Support

What is the difference between “overloading” and “overridding”?

This is a discussion on What is the difference between “overloading” and “overridding”? within the C and C++ Programming forums, part of the Software Development category; What is the difference between “overloading” and “overridding”?...


Go Back   IT Community - Software Programming, Web Development and Technical Support > Software Development > C and C++ Programming

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 07-18-2007, 08:33 AM
Arun Arun is offline
D-Web Trainee
 
Join Date: Mar 2007
Posts: 43
Arun is on a distinguished road
Default What is the difference between “overloading” and “overridding”?

What is the difference between “overloading” and “overridding”?
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-20-2007, 07:46 AM
sundarraja sundarraja is offline
D-Web Sr.Programmer
 
Join Date: Mar 2007
Posts: 174
sundarraja is on a distinguished road
Default Re: What is the difference between “overloading” and “overridding”?

When overriding, you change the method behavior for a derived class.
e.g Clas A
{
Virtual void hi(int a)
{
}
}

Class B:A
{
public overrid void hi(int a)
{

}
}

Overloading simply involves having a method with the same name within the class.

Example for Over loading

Class A
{
class a()

{

}
class a(int a)
{
}
}
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Difference between function overloading and operator overloading vigneshgets C and C++ Programming 6 10-23-2008 11:01 AM
Overloading and overriding vijayanand Java Programming 1 09-21-2007 12:25 AM
What is the difference between “overloading” and “overridding”? prasath C and C++ Programming 2 07-17-2007 09:12 AM
Operator overloading in C++ prasath C and C++ Programming 1 07-16-2007 06:51 AM
Diff of Overloading and Overriding vigneshgets C and C++ Programming 1 05-18-2007 04:17 AM


All times are GMT -7. The time now is 09:18 PM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.

SEO by vBSEO 3.0.0