Explain constructor.
Answers were Sorted based on User's Feedback
Answer / hafiza khan
Constructor is like a method with a same name as of ur
class name ,no return type..
It is used to initialize the memebr variables of the class..
If there is no contructor provided compiler invokes the
default constructor. the Moment there is contructor is
provided to the class it can be any either default or
parameterized the compiler stops invoking it own default
constructor
| Is This Answer Correct ? | 12 Yes | 0 No |
Answer / 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 |
What is Event - Delegate? clear syntax for writing a event delegate
Explain what is a manifest in .net?
How different are interface and abstract class in .Net?
How Can Registry Editor in .NET?
Tell us why do we use the “using” statement?
What is .net latest version?
What is equivalent for regsvr32 exe in .net ?
What are the features of dot net?
I'm having some trouble with cas. How can I troubleshoot the problem?
What is a formatter in .net?
what is GAC?
What is the difference between the C#.NET and VB.NET?