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
Is c# scripting language?
What is the difference between writeline and write in c#?
What is the use of list in c#?
Is c and c# the same?
Explain how do you debug an asp.net web application?
What is a multicast delegate in c#?
Is string passed by reference in c#?
Explain the difference between a struct and a class?
Why dependency injection is used in c#?
What is alias in c#?
Explain the functionalities of satellite assembly?
What is a static in c#?
What is tryparse c#?
How long will it take to learn c#?
What is difference between method overriding and method overloading?