Back to Browse

31. Namespace | Learn C# Malayalam | C# Malayalam tutorial

2.2K views
Jun 25, 2021
9:35

#dotnet #dotnetmalayalam #csharp #csharpmalayalam Notes: C# - Namespaces A namespace is designed for providing a way to keep one set of names separate from another. The class names declared in one namespace does not conflict with the same class names declared in another. Syntax for namespace namespace namespace_name { // class or other declarations } // accessing namespaces namespace_name.class_name; The using Keyword The using keyword states that the program is using the names in the given namespace.

Download

1 formats

Video Formats

360pmp413.2 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

31. Namespace | Learn C# Malayalam | C# Malayalam tutorial | NatokHD