What is the Difference between Overriding and overloading?
Answer Posted / vimal
overloading-------having same method name with different
signatures.
overriding--------methods name and signatures must be same.
| Is This Answer Correct ? | 324 Yes | 44 No |
Post New Answer View All Answers
Explain about the keyword must inherit?
Explain internal keyword in .net framework?
Explain the use of new keyword?
What are the different variables in vb.net?
Tell us how many languages are supported by .net?
List the two main parts of .net?
So you know which dll is used for microsoft .net run time?
What is code access security?
Explain the difference between datatable and dataset?
Name some of the keywords used in vb.net?
what is the need for dynamic controls in vb.net? i would like to know for what purpose should we create the controls dynamically? please give the answer in simple words.
Explain about rapid application development tool?
What is the difference between import system.data.sqlclient and system.data.oledb?
my project run very wel in my sytem yhen i am deploying my project on client machine ,after deployment i run my project then it show " can no find server name " what i do .
Explain about branching logic control in vb.net?