When compiler adds a default constructor to a class?
Answer Posted / romeo
when the object of that class is created with no parameters
passed.
| Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
Is c# code is unmanaged or managed code?
What is difference between property and variable in c#?
Explain dataadapter.update method in .net?
How long can loop recorders stay in?
What is an enumerator in c#?
How can I check the type of an object at runtime?
Explain 'structure padding'?
What are the properties in c#?
What is a web service in c#?
What is the console on a mac?
Write a console application and implement the ternary operator to decide whether the age a user entered after being prompted is allowed to vote or not(given that only citizens between 18 and 120 years only inclusive can vote). Use exception handling for non-numerical input.
Which namespace is required to implement trace ?
What is using keyword?
Are c# references the same as c++ references?
Can a class have multiple constructors c#?