Answer Posted / hafiz usman majeed
as modern programming languages use this keyword
extesively, it used to assign an object the memory on heap.
and thus physically implements the class for that
particular object.
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
Is comparable a functional interface?
Define collections?
How much time will it take to learn unity?
Explain how can you clean up objects holding resources from within the code?
Describe the ways of cleaning up objects in c#.
Can a class have more than 1 destructor?
What will a loop recorder show?
So let's say I have an application that uses myapp.dll assembly, version 1.0.0.0. There is a security bug in that assembly, and I publish the patch, issuing it under name myapp.dll 1.1.0.0. How do I tell the client applications that are already installed to start using this new myapp.dll?
How garbage collection deals with circular references.
Can we make a Static Constructor Parameterized? Give Reason with your answer
What are the steps to create an assembly and add it to the gac?
What is an inheritance in c#?
what are some characteristics of an array?
Is string nullable in c#?
Is c# static or dynamic?