Can we have same method with same name and signature using
partial classes
Answer Posted / banaja
no,bcoz partial class behaves like a single class only.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Different levels of priority provided by .net.
How will you load dynamic assembly? How will create assemblies at run time?
What are two different types of remote object creation mode in .net?
Can a try block have more than one catch block?
How does u handle this COM components developed in other programming languages in .NET?
Is there any thread in our .net programs?
How will you load an assembly which is not referenced by current assembly?
What are pdbs?
Please explain what garbage collection is and how it works. Provide a code example of how you can enforce garbage collection in .net?
What is .net3.5?
Define code access security (cas)?
What is Full trust permission set in .Net
What is equivalent for regsvr32 exe in .net ?
What is a variable of implicit type and what is its scope?
Why do we use msmq?