what is a constructor?
Answer Posted / shadab alam
It is very Important to know that
---------------------------------------
Constructor is generally used to create the new instance of
a class.
Constructor is special type of method that is used to
initialized the member variable and It has same name as the
class Name.It does not have return type.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is executenonquery c#?
What is the difference between proc. Sent by val and by sub?
What is the difference between c and c# programming?
Define assert() method? How does it work?
Explanation on Generic?
How does dependency injection work c#?
What are the various components in crystal reports?
What are the 2 types of data types available in c#?
What is the main purpose of xml?
What is delegates and events?
What does break do in loop?
What is Reflection in .NET? Namespace? How will you load an assembly which is not referenced by current assembly?
What is ienumerator c#?
What do you mean by abstract class in c#?
What Is The Smallest Unit Of Execution In .net?