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
What is the difference between ienumerable and enumerable?
What does async mean in c#?
Explain About sn.exe
Why do you call it a process? What’s different between process and application in .net, not common computer usage, terminology?
How to implement a singleton design pattern in c#?
Explain static class members.
Explain the working of serialization?
What do you mean by “finalize” and “finally” methods in c#?
Is c# still popular?
What is dependency injection in simple words?
What is parallel programming in c#?
Explain the advantage of using system.text.stringbuilder over system.string?
What is check/uncheck?
Define strong name in c#?
What is the meaning of int parse in c#?