What is the Difference between Overriding and overloading?
Answer Posted / ravi
overloading ->same method name & different parameter
overriding->same method name & same parameter
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the top .net class that everything is derived from?
What is the maximum size of the textbox?
Explain about the feature anonymous type?
Name the tool which can convert visual basic old version to .net compatibility version?
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
Explain the advantages of migrating to vb.net?
What are the assembly entry points?
What are jagged arrays ?
Before in my vb app I would just load the icons from dll. How can I load the icons provided by .net dynamically?
What is the use of assembly?
Described strong typing
Explain and brief about rapid application development tool?
Can you please explain the difference between vb and vb.net?
Explain about delegate?
Explain about the keyword must inherit?