Skip to content

Instantly share code, notes, and snippets.

Created August 12, 2017 19:25
Show Gist options
  • Save anonymous/b25954001b53cc4abfacd5533a5b39fb to your computer and use it in GitHub Desktop.
Save anonymous/b25954001b53cc4abfacd5533a5b39fb to your computer and use it in GitHub Desktop.

C questions and answers objective

———————————————————
>>>СКАЧАТЬ<<<
———————————————————
Download link
———————————————————























C# questions and answers objective

All validation controls inherit from BaseValidator class which contains the common validation properties and methods like ControlToValidate, Enabled, IsValid, EnableClientScript, ValidationGroup, Validateetc. What is the difference between dispose and finalize methods in c? To allow the programmer to explicitly perform these clean-up activities, objects can provide a Dispose method that can be invoked when the object is no longer needed. What is delegates in C and uses of delegates? Sometimes there are some errors that need to be handeled as per user requirements. Once a class is defined as a sealed class, the class cannot be inherited. Can we declare a block as static in c? The file extension for user controls is ascx. Run time Polymorphism Run time Polymorphism also known as method overriding. The sealed modifier is used to prevent derivation from a class.

Authentication is the process of identifying users. The size of the array is fixed in its declaration. When a class is derived from another class, then the members of the base class become the members of the derived class.

What is a basic difference between the while loop and do while loop in C? They are not essential part of object-oriented programming. For ultimate flexibility, the type can be object. To allow the programmer to explicitly perform these clean-up activities, objects can provide a Dispose method that can be invoked when the object is no longer needed. You may use these generic collection classes instead of the collection classes in the System. They only execute up until the first await statement, then return to the caller. A compile-time error occurs if a sealed class is specified as the base class of another class.

C# questions and answers objective

Answer: Reflection typically is the process of runtime type discovery to inspect metadata, CIL code, late binding and self-generating code. No, an Interface cannot contain fields. Compared to arrays ,linked list is a comlicated sequence of numbers. In case of Response.

Can multiple catch blocks be executed? Value types are stored on the stack and when a value of a variable is assigned to another variable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment