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 Fragmentation and its Types?
What is difference between var dynamic and object in c#?
What is c# in asp net?
What is the adv of using System.Text.StringBuilder over System.String?
Is stringbuilder thread safe c#?
Are c# references the same as c++ references?
who is a protected class-level variable available to?
What is a strong name in c#?
What is the diff between the System.Array.CopyTo() and System.Array.Clone()?
What is the purpose of abstract class in c#?
What is dll hell, and how does .net solve it?
Is struct object oriented?
What is a delegate? How can it works?
What is sealed class in c#?
What is strongly typed view?