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
Is multilevel inheritance possible in c#?
What does || mean in programming?
Explain the difference between “as” and “is” operators used in c#?
Why objects are stored in heap in c#?
Explain jagged arrays in c#?
What are extension methods and where can we use them?
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 are access modifiers used for?
Does c# support c type macros?
What is anonymous types in c#?
What are modifiers in c#?
How many types of constructors are available in c#?
What is the meaning of MSIL?
What does console readkey do in c#?
What is a type c#?