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
Can a class have multiple constructors c#?
What are access modifiers used for?
What is the use of partial methods?
What is the difference between list and array in c#?
Are structs faster than classes?
What is the difference between dictionary and hashtable in c#?
Can you use foreach iteration on arrays in c#?
Illustrate namespaces in c#?
Why we use get and set method in c#?
What is the difference between paramaterized constructor and copy constructor?
Explain the process of abstraction with an example?
what is boxing and unboxing?can we initialize unboxing directly?
What is managed or unmanaged code?
What is the difference between decimal and integer?
What is a strong name in c#?