Answer Posted / hr@tgksolutions.com
• A constructor is a special member function used to initialize objects. It has the same name as the class and no return type.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can you have more than one namespace in c#?
Why delegates are safe in c#?
What is namespace give the example?
What is difference between virtual and override in c#?
Explain hash table in c# ?
How do you declare a variable in c#?
What is asp net c# corner?
Why are mutable structs evil?
Why static variables are used?
What is the advantage of dependency injection?
What is serialization in dot net?
What is different between Static Constructor and Private Constructor?
What is the c# equivalent of c++ catch (…), which was a catch-all statement for any possible exception? Does c# support try-catch-finally blocks?
What is an example of delegation?
What is Co- and Contra-Variance in C#?