Answer Posted / megha
Constructor is a method having same name as that of a
class.It is automatically invoked when an object is
created.It is used to Initialize variables of a class.It has
no return types.
3 types of constructors are:-
1)default constructor
2)parameterised constructor
3)static constructor
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Please explain what is heap and what is stack?
Do I have any control over the garbage collection algorithm?
What is alias ? Is it used in .Net ?
What tags do you need to add within the asp:datagrid tags to bind columns manually.
Explain security measures exist for .net remoting in system.runtime.remoting?
Do you know what is lambda expressions in c#?
What is dot net and its uses?
what is machine key error in .NET how can we solve it?
What is garbage collection and how it works ?
How to view a .NET assembly?
What is heap and what is stack?
What's the use of system.diagnostics.process class in .net?
Where does the gac exist ?
What is RPC? What is the use of it?
What is "microsoft intermediate language" (msil)?