What is the Difference between Overriding and overloading?
Answer Posted / vengat
Overloading is the same name and method with different
paramaeters and different sugnature
overriding--is the same signaturee and difference
functionality
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is option strict?
what is difference between web.config and machine.config and where it will be ?
What is the difference between compiler and interpreter?
i have two class that contain's two methods as same name in derived class i have to call these two methods what will happen at run time ?
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
What is deep copy?
Explain how does the xmlserializer work?
Explain the use of console application?
Is vb.net a programming language?
Can you please explain the difference between thread and process?
What is a literal control?
Explain the difference between vb 6 and vb.net?
Explain how to store decimal data in .net?
What is the difference between Namespace and Assembly?
what is interface and when it is used?