What is the Difference between Overriding and overloading?
Answer Posted / raza hussain rajper
Overloading: Methods have different signature but same
behavior or functionality.
Overriding: Methods have same signature but different bevior
or functionality.
| Is This Answer Correct ? | 70 Yes | 94 No |
Post New Answer View All Answers
Explain convert.tostrin?
How many ways the function can return values?
what is intermediate language?
what is commom language runtime?
Explain about visual basic.net?
How do you use two datareaders at the same time in a vb.net windows application ?
Explain the difference between value and reference types?
Explain namespace?
List the types of generations in garbage collector?
What is option strict?
What is static member?
Name some different types of control?
How would you implement inheritance using vb.net?
Explain the observations between vb.net and vc#.net?
What is the use of internal keyword?