Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the Difference between Overriding and overloading?

Answer Posted / dev man

Overloading->
1) Same name, different parameter list or types of parameters.
2) Sub class method can overload a superclass method.
3) Method be different access specifier.
4) It doesn't need inheritance.
5) All method should be in same class.
6) data types can be different.
7) Return type can be different.

ex:
int add(int a, int b)
int add(float a , float b)
are overloaded methods


overriding->
1) Method should be public.
2) It needs inheritance and virtual keyword
3) It needs virtual keyword before it declaration.
4) Method must have same name with same parameter in
different class.
5) It requires non-static method.
6) Method should have same data type.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a static class?

1062


Describe about visual basic.net?

1051


List the two main parts of .net?

1125


When do you use virutal keyword?

1050


What is the differences between dataset.clone and dataset.copy?

1184


What is multiple form in vb?

951


how to get dynamic control array position or its index position?

2583


Explain internal keyword in .net framework?

1019


What are the technology areas that microsoft.net contains?

1063


What are the different variables in vb.net?

1012


Explain how to send xml file on server using http protocol?

915


What is DLL HELL in VB.NET

1070


What is jagged array in vb.net?

1144


What are the features of c# which are not present in vb.net?

1166


How to execute VB.NET PROJECTS,VB6.0 PROJECTS AND write their test cases.Need Reply Urgently

2564