When a new instance of a type is created, what is the type
of method implicitly called?
Answer Posted / aspdev556
Constructor.
Is This Answer Correct ? | 39 Yes | 1 No |
Post New Answer View All Answers
Define satellite Assembly in .NET?
What are object pooling and connection pooling and difference? Where do we set the Min and Max Pool size for connection pooling?
Can struct be static in c#?
List the difference between the virtual method and the abstract method?
Describe a Struct ?
Define a class and an object?
For methods inside the interface why can’t you specify the accessibility modifier?
What is default constructor c#?
List down the commonly used types of exceptions in .net
What is type cast in C#?
Why is it efficient to use System.string under System.Text.StringBuilder ?
what are the differences between a class and structure
What's the difference between a static method and a non static method c#?
What are sessions in c#?
Explain metadata in c#.