What is a constructor in c#?
Answers were Sorted based on User's Feedback
Answer / 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 |
• 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 |
Answer / 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 |
How can we set class to be inherited, but prevent the method from being over-ridden?
What sort algorithm does c# use?
Is string nullable c#?
What is the use of console readline () in c#?
Why is the XML InfoSet specification different from the Xml DOM? What does the InfoSet attempt to solve ?
Why data types are important in c#?
What is difference between array and list?
what are pointer types in c#
What is static void main in c#?
What is the difference between abstract class and interface in c#?
What does string format do?
What are static and dynamic variables?