What is the Difference between Overriding and overloading?
Answer Posted / kishore reddy
Overloading------ Providing new implementation to a function with same name and different signatures is known as function overloading.
Overriding-------- Provide new implementation to a function with same name and same signatures is known as overriding
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
Explain i.tostring method?
What is difference between inline and code behind?
What is the use of errorprovider control?
what is common language specification?
Explain about garbage collection?
Name the two main parts of .net?
Name the class which allows an element to be accessed using unique key?
How many ways the function can return values?
What is a preprocessor directive in vb.net?
How can we remove handlers at run time?
How do you call a stored procedure in Visual Basic?
write a program to develop a graphic user interface application of marks book with students names and their names.the program should show the following options main menu,add student details,display student details,maximum mark and minimum mark.
What is meant by jagged arrays?
Explain private assembly?
Explain jagged array in vb.net?