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
Can we store different data types in arraylist in c#?
What is an assembly qualified name? Is it a filename? How is it different?
What are the generation of Garbage Collection in C# .NET ?
How to block a class from being inherited further?
What are the advantages of properties in c#?
Can constructor have return type c#?
Can a string be null c#?
What is difference between ienumerable and list in c#?
Where is the main method in c#?
What is cshtml?
What do you mean by saying a "struct is a value type"?
Explain how do you convert a value-type to a reference-type?
What is the purpose of escape sequence?
What is the difference between // comments, /* */ comments and /// comments?
What are the different types of delegates?