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 ? | 2 Yes | 1 No |
Post New Answer View All Answers
What does it mean to override a method?
What is difference between an Structure and Class?
What are the benefits of using windows services:
List down the differences between “dispose” and “finalize” methods in c#.
Why do we still see so much non-oo code written in c# today?
What are nested classes in c#?
What is private class in c#?
State whether it is true to test a Web service you must create a windows application or Web application to consume this service or not?
What are the principles of delegation?
Why would you use untrusted verification?
How many variables do you need?
Can You Prevent Your Class From Being Inherited By Another Class?
What is static variable in c#?
Which is faster dictionary or hashtable?
What is lambda expression in c#?