Answer Posted / vishal
Implementing an interface doesn't necessarily mean
implementing all methods of that interface.
| Is This Answer Correct ? | 1 Yes | 10 No |
Post New Answer View All Answers
Explain what is an interface in c#?
Can you drink alcohol with a loop recorder?
Explain Constructor and destructor?
Define a strong name in .net?
How would you describe encapsulation in c#?
What does the initial catalog parameter define in the connection string?
What is gac? What are the steps to create an assembly and add it to the gac?
List the differences between method overriding and method overloading?
What is the function of the not null constraint?
Explain async and await?
Why do we need ienumerable in c#?
What kind of the information stored inside the assembly?
What is satellite assembly? And steps to create satellite assembly?
What is sql transaction in c#?
if we are updating a database using thread, and mean while application crashes or thread being aborted then what will happen in Database? Rollback or Database will be updated? Please explain with different scenario.