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 garbage collection?
Why do you need Lock in Visual Basic?
What is the maximum size of the textbox?
What are the types of generations in garbage collector?
Name the tool which can convert visual basic old version to .net compatibility version?
What is the difference between datagrid and gridview?
What are the features of c# which are not present in vb.net?
Explain option strict?
Define cls?
difference between control and component more than one differences
what is difference between namespace and assembly?
How vb implements the disconnected architecture as like vb.net?
What is visual basic.net culture?
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.
Explain the difference between system.string and system.stringbuilder classes?