S
Sean
with C++, I declare several functions in a class in a header file,
and I implement in several source files(cpp), then I compile it.
but how can I such thing with C#?
If I have to implement 100 methods in a class, do I write all in a cs file?
what I should do?
and I implement in several source files(cpp), then I compile it.
but how can I such thing with C#?
If I have to implement 100 methods in a class, do I write all in a cs file?
what I should do?