Answer Posted / hafiz usman majeed
a module is a source code file containing only collection
of related methods. it cannot be used alone, rather it
should be used in some other program that used there
funtions. it is used as library. whereas a class is
collection of both data and function and can be executed
alone and can be instantiated.
Is This Answer Correct ? | 16 Yes | 9 No |
Post New Answer View All Answers
how to create crystal reports give one detail example(i want to view age category report) please give suitable example in my small knowledge
Does c# have a 'throws' clause?
What is difference between var dynamic and object in c#?
I was trying to use an out int parameter in one of my functions. How should I declare the variable that I am passing to it?
Why do we need ienumerable in c#?
What is the purpose of escape sequence?
What are different types of classes in c#?
Can constructor have return type c#?
What is a private class in c#?
What is difference between dictionary and list in c#?
What is ildasm and obfuscator in net?
What is the difference between icomparer and icomparable in c#?
What is object type in c#?
Explain About ADO and its objects
Is .net and c# the same?