Answer Posted / pinki
Overloading methods
1.They appear in the same class or a subclass
2.They have the same name but, have different parameter
lists, and can have different return types.
An example of an overloaded method is print() in the
java.io.PrintStream class
Overriding methods
It allows a subclass to re-define a method it inherits from
it's superclass
overriding methods:
1. It appears in subclasses
2. They have the same name as a superclass method
3. They have the same parameter list as a superclass method
4. They have the same return type as as a superclass method
5. They have the access modifier for the overriding method
may not be more restrictive than the access modifier of the
superclass method
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is cache coherency? : Dot net architecture
What happens when you try to update data in a dataset in .net while the record is already deleted in sql server as backend?
What are the important principles of soa (service oriented architecture)?
What is the purpose of Accordian in jquery? Where it can be used?
what are login controls?
Explain cache? : .NET Architecture
How do I write to the application configuration file at runtime?
Define a managed code? : Dot net architecture
Can you Explain
How can we integrate atlas with web services?
Explain about developer benefit from memory management?
Explain is development of a mobile web application with asp.net is very easy? : Microsoft dot net mobile
Explain some of the disadvantages due to microsoft.net?
What is the application frame host?
Explain about httpruntime.cach.get(); method?