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
Explain the difference between l1 and l2 cache? : .NET Architecture
What is the difference between .net mobile pages and ordinary .net web page? : Microsoft dot net mobile
Why only boxed types can be unboxed?
4. Wcf- what Asych and Sych call and how that works
can u give me real example of how web.config overrides the machine.config file?
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form. What is the exact procedure. : Dot net architecture
deference between display and visibility property of CSS
What is .net mobile images control. Explain with an example? : Microsoft dot net mobile
Explain cache? : Dot net architecture
Explain about cookie less session state? : .NET Architecture
Explain what does the term "green architecture" mean? : .NET Architecture
Explain the five stages in a dlx pipeline? : .NET Architecture
How to improve the cache performance? : Dot net architecture
what is tracing? Where it used?
How to improve the cache performance? : .NET Architecture