Hi experts,
Any one please let me know why we use import namespaces and why it is important.
Hi experts,
Any one please let me know why we use import namespaces and why it is important.
Hey usually we import namespace so that we can use the methods coming under the imported namespaces.
Ex: suppose you are using a message box and you can’t use this unless you you import the namespace microsoft.visualbasic in your code
This how the namespaces work
You can import them to use the methods inside that namespaces
Regards
Sreejith S S