what is a constructor?
Answer Posted / pushparaj pentakota
constructor is a special method it's invoke when object is
created and used to initialize instance members.and doesn't
have any return type.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the different types of constructors in c#?
Why generics are used in c#?
What is Event - Delegate?
What is writeline in c#?
What is concatenation and when should it be used?
Explain About CLS?
List some of the classes used by system.data namespace?
What do you mean by “finalize” and “finally” methods in c#?
Why dataset is used in c#?
windows c# using datagridview in edit form sql server
What is difference between new and override in c#?
What is the purpose of a constructor in c#?
Explain what a diffgram, and a good use for one Define diffgram? How it be used?
How assembly versioning in .NET prevent DLL Hell problem?
What is class in oops with example in c#?