can u pls tll me the main difference b/w base class libraries f c# n library functions f c & c++

sknake commented: Please take the time to spell out complete thoughts -1

Don't know exactly what you mean with base classes.
C# has no functions, it has methods and properties.
Example: in C/C++ you can use the function strlen. You feed it MyStr and it will return you the length of MyStr.
In C# you simply say MyStr.Length Length being a property of the String class.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.