I want to know the dissimilarity between a Class Library and a Namespace. Can anybody give me that? I have a book but it has the information which is very complex to know. So, please help me to get that.
I want to know the dissimilarity between a Class Library and a Namespace. Can anybody give me that? I have a book but it has the information which is very complex to know. So, please help me to get that.
1) Difference between a division Library and a Namespace shown below
Namespace:
• Namespace is the group of different names wherein every name is Unique.
• It is the logical margin for the group of classes.
• It is specified in Project-Properties.
Class Library:
• This is the set of different classes.
• It contains predefined codes.
• It is used for getting access of unusual inbuilt code.
Bookmarks