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 different about switch statements in c#?
What are the advantages of interface in c#?
What is a data set in c#?
Why do we need escape characters?
Why do I get a security exception when I try to run my c# app?
Why cannot you specify the accessibility modifier for methods inside the interface?
How many types of namespaces available in version4?
What is the default value of decimal in c#?
what is virtual method in c#?
What does writeline mean?
What is the c# equivalent of c++ catch (...), Which was a catch-all statement for any possible exception?
What do you mean by jagged array?
What is difference between throw and throws in c#?
Give some examples of commonly used i/o classes?
Can you store strings in arrays?