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
What is the difference between Namespace and Assembly?
What is the main use of a namespace?
What is vb.net used for?
Explain enumerator?
What keyword is used to accept a variable number of parameter in a method?
What is strong typing and weak typing?
What are jagged arrays ?
Explain option strict?
Explain how to store decimal data in .net?
What is difference between import system.data.sqlclient,system.data.oledb?
Before in my vb app I would just load the icons from dll. How can I load the icons provided by .net dynamically?
Explain the difference between vb.net and c#, related to oops concepts?
What is econo-jit?
Name the two main parts of .net?
What is the difference between compiler and interpreter?