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
Is c# strongly typed?
What is using directive in c#?
What is returned if you pass the value 12.34 to the parsefloat () function?
What is dependency in software?
What is the difference between constants and read-only?
What is datetime minvalue in c#?
What is the data type for bit in c#?
What is a helper method in c#?
How do I trim a space in c#?
Explain dataadapter.update method in .net?
Which of these string definitions will prevent escaping on backslashes in c#?
what is the equivalent to regsvr32 and regsvr32 /u a file in .net development?
What is the difference between const and static read-only?
What are abstract classes in c#?
What do you mean by generic class in c#?