Answer Posted / glibwaresoftsolutions
• 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
What is sqlconnection in c#?
When To use HashTable In C#
what is the index value of the first element in an array?
Explain the Abstract class in c#.net
What happens if the inherited interfaces have conflicting method names?
What are the concepts of dispose method?
Could you explain the difference between func vs action vs predicate?
What is the difference between system.string and system.text.stringbuilder classes?
Why constructor is used in c#?
Is java better than c#?
In which order the destructor is called for an inherited class?
Explain copy constructor?
Why delegates are type safe?
What is Web.config?
What's the difference between class and object?