Answer Posted / nand lal
shadowing in general is when two variables/methods or any
other element has same name and any one of the both can
shadow( in OOP case override) the behavior of other.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is private assembly?
Can you please explain the difference between int and int32?
Using VB, how can you change the Mouse Pointer?
What is the class that allows an element to be accessed using unique key?
Write a VB.Net console program to check whether a number is perfect or not.
Can you please explain the difference between thread and process?
Explain enumerator?
Is it necessary to have SQL server installed in your computer in order to create a service based database in vb.net?
Explain the difference between import system.data.sqlclient and system.data.oledb?
How does vb.net achieve polymorphism?
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
Which is the tool which can convert visual basic old version to .net compatibility version?
Is vb.net dead?
How do you retrieve the customized properties of a .net application from xml .config file?
Explain an assembly and its use?