Answer Posted / guest
In debug compilation, assert takes in a Boolean condition as
a parameter, and shows the error dialog if the condition is
false. The program proceeds without any interruption if the
condition is true
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
In which order the destructor is called for an inherited class?
Does console.writeline() stop printing when it reaches a null character within a string?
What is encapsulation in csharp?
What is the use of console readkey in c#?
What is local function?
What is monitor in C#?
Is object an int c#?
What is the use of tuple in c#?
What do you mean by serialization in .NET?
What operators can be used to cast from one reference type to another without the risk of throwing an exception?
Is null or empty in c#?
What is a hash table in c#?
Define MSIL, and how does it works? Why our developers need an appreciation of it if at all?
Explain what a diffgram, and a good use for one Define diffgram? How it be used?
What do constructors do in c#?