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
Write a program in c# to find the angle between the hours and minutes in a clock?
What is data set in c#?
Explanation on Generic?
What is the difference between finalize() and dispose()?
Explain the difference between .net and c#?
Can class be protected in c#?
What is the difference between ienumerable and iqueryable?
What is the major difference between a custom control and user control?
What is an inheritance ?Give an example in which inheritance is used?
What is xaml in c#?
Why do we need constructor in c#?
What is querystring in c#?
What is the difference between string keyword and system.string class?
How do destructors and garbage collection work in c#?
What are object pooling and connection pooling and difference? Where do we set the Min and Max Pool size for connection pooling?