Answer Posted / nashiinformaticssolutions
• 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 are events in C#?
In .Net, what is an assembly? Also explain the type of assembly.
Is php easier than c#?
How does foreach loop work in c#?
Explain nullable types in c#?
Can we declare private class in c#?
What is cshtml extension?
How is method overriding different from overloading?
How big is a 64 bit integer?
How do I create a multilanguage?
What is Global Assembly Cache (GAC) and what is the purpose of it? (How to make an assembly to public? Steps) How more than one version of an assembly can keep in same place?
What is console read in c#?
What are the benefits of using generics?
If you define a user defined data type by using the struct keyword, is it a value type or reference type?
What are mutable and immutable types in c#?