Read-only and constants variables
Distinguish between read-only and constants variables which is used in the programs?
Expert
Constants carry out same tasks as read-only variables with some differences.
The differences between the constants and read-only are:
Constants:
a) It supports value-type variables. b) Constants are dealt with at the compile-time. c) Constants can be used whenever it is very doubtful that the value will ever change. Read-only:
a) Read-only variables are evaluated at runtime. b) Read-only variables must be used when the run-time calculation is required. c) Read-only variables can hold the reference type variables.
Explain concept of the Destructor?
State the different ways by which a method can be overloaded?
Differentiate between int32 and int?
Illustrate the term LinqDataSource control?
What are the steps involve in Assembly execution?
Differentiate the terms dynamic and var data types?
Describe about LINQ query expressions?
Specify the syntax which is be used to inherit from a class in C#?
Explain the function of .WebPart file do?
Define the term Enumeration?
18,76,764
1937698 Asked
3,689
Active Tutors
1444165
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!