What is boxing and unboxing?
Answer: Boxing and Unboxing both using for type converting but have some difference: Boxing: Boxing is the process of converting a value...
مزيد من المعلومات »-->
2018-07-03T06:40:00-07:00
Answer: Boxing and Unboxing both using for type converting but have some difference: Boxing: Boxing is the process of converting a value...
مزيد من المعلومات »
2018-07-03T06:40:00-07:00
Answer: Sealed classes are used to restrict the inheritance feature of object oriented programming. Once a class is defined as a sealed...
مزيد من المعلومات »
2018-07-03T06:38:00-07:00
Answer: An enum is a value type with a set of related named constants often referred to as an enumerator list. The enum keyword is u...
مزيد من المعلومات »
2018-07-03T06:38:00-07:00
Answer: Theoretically their are some differences between Abstract Class and Interface which are listed below: A class can implement a...
مزيد من المعلومات »
2018-07-03T06:35:00-07:00
According to MSDN, " a class or struct definition is like a blueprint that specifies what the type can do. An object is basically...
مزيد من المعلومات »
2018-07-03T06:27:00-07:00
Can an interface have events? Yes, an Interface can have methods, properties, indexers & events. Can I use the publi...
مزيد من المعلومات »
2018-07-03T06:13:00-07:00
Value types & reference types In C#, types have been divided into 2 parts, value types and the reference types. The value types...
مزيد من المعلومات »