C# – Nullables

  • Post author:
  • Post category:C#
  • Post comments:2 Comments

C# Nullables provides special data types, theĀ nullableĀ types, to which you can assign a normal range of values as well as null values. For example, you can store any value from…

Continue ReadingC# – Nullables

C# – Encapsulation

  • Post author:
  • Post category:C#
  • Post comments:6 Comments

C# Encapsulation is defined 'as the process of enclosing one or more items within a physical or logical package'. Encapsulation, in object-oriented programming methodology, prevents access to implementation details. Abstraction and…

Continue ReadingC# – Encapsulation