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 is call back method?
Which is faster list or dictionary in c#?
Is typeof c#?
Explain async and await?
How Do You Convert A Value-type To A Reference-type?
I want to print "Hello" even before main() is executed. How will you achieve that?
What is the difference between struct and class c#?
Tell me the difference between value passing and address passing?
What is datetime parse in c#?
What is AutoMapper in C#?
What is iqueryable?
Can we extend sealed class in c#?
What do you mean by synchronous and asynchronous operations?
Can abstract class be sealed?
If you want to convert a base type to a derived type, what type of conversion do you use?