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 is private class in c#?
What’s thread.sleep() in threading ?
When do you generally use a class over a struct?
Why delegate is used in c#?
Why do we use delegates?
What is c-sharp (c#)?
What is assembly c#?
What is assembly version series sequence?
What is namespace in oops?
What is system console writeline in c#?
How do I declare a pure virtual function in c#?
While debugging a C# application can you change the value of a variable?
What is difference between a constant and read-only in C#?
2. What happened when BO object has been called?
What is parameter c#?