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
Explain the clr triggers?
In which format you can pass the value in the sleep function?
What is the object class in c#?
So let's say I have an application that uses myapp.dll assembly, version 1.0.0.0. There is a security bug in that assembly, and I publish the patch, issuing it under name myapp.dll 1.1.0.0. How do I tell the client applications that are already installed to start using this new myapp.dll?
What are custom exceptions in C#?
What is difference between c sharp and c#?
Can properties be private in c#?
What does void do in unity?
Is string primitive?
What is the base class from which all value types are derived?
Is it true that all c# types derive from a common base class?
What is difference between event and delegate in c#?
What does protected internal access modifier mean?
Should I use double or float?
Which types of inheritances does c# support?