Answer Posted / hrindows@gmail.com
Implicit: Defines the storing of values from smaller data types into larger data types, performed by the compiler only.
Explicit: Defines the storing of values from larger data types into smaller data types that may result in information loss.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is static constructor, when it will be fired? And what is its use?
What are the types of assemblies in .net?
What's singleton activation mode in .net?
How do you view the methods and members of a dll?
Please explain what do the terms “boxing” and “unboxing” mean?
Please explain what is heap and what is stack?
What is a garbage collector?
What is the difference between a debug and release build?
What is STA in .NET?
Is .net 4.8 backwards compatible?
How to debug failed assembly binds?
Please tell us what is the difference between override and overload in a method?
Explain dataset.acceptchanges and dataadapter.update methods in .net?
Explain About GDI object ?
What is meant by managed and unmanaged code?