What is the Difference between Overriding and overloading?
Answer Posted / lakshmi prabha
OverLoading : All the method will share the same name but
it differes based on the parameter, type of parameter and
number of parameter
Overriding : The method in the derived class the has the
same name in the base class and it changes the behaviour or
functionality of the method in the base class.
| Is This Answer Correct ? | 250 Yes | 24 No |
Post New Answer View All Answers
What is trace in vb.net?
How do you call a stored procedure in Visual Basic?
Using VB, how can you change the Mouse Pointer?
Explain managed code?
How can we remove handlers at run time?
What is visual basic.net culture?
What are the assembly entry points?
Can you please explain the difference between system.string and system.stringbuilder classes?
i am attending to US consulate i kept my projects on vb.net ,please help me what questions will be ask on vb.net in us consulate
Write program in VB.Net with SQL Server and Crystal Reports to develop a small windows application to add,edit,save, search and print Employee Information and send sourcecode as zip file. empcode : .............. empname : .............. dateofjoin : dd/mm/yyyy dateofbirth : dd/mm/yyyy TableName: EmpMaster EmpCode EmpName DOB DOJ TableName: EmpDocs EmpCode DocNo DocName ExpDate
How to create a constant in vb.net?
Name some of the features present in vb 2005?
What is different between web.config and machine.config and where it will be ?
what is common language specification?
What is an application domain? how they get created?