Answer Posted / abhi
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 ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is difference between association, aggregation and inheritance relationships?
What is the difference between throw and throw ex?
What is data dictionary in c#?
In .NET which is the smallest unit of execution?
Describe ways of cleaning up objects in c#.
Why do we need interface in c#?
Can c# inherit multiple classes?
How to update the gui from another thread in c#?
What is session management in c#?
Why do we need constructors?
Which of the following API is used to hide a window?
Can an abstract class inherit from another abstract class c#?
How to handle exceptions that are raised in a component?
What is the use of tryparse in c#?
Can you store different types in an array in c#?