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 difference between C# and VB.NET?
What is a ienumerator?
Is c# and c sharp same?
What is yield c#?
Can abstract class instantiated c#?
Is type nullable c#?
Describe a Struct ?
What are delegates and why are they required?
Write a sample code to write the contents to text file in c#?
What is an assembly loader?
What do you mean by “finalize” and “finally” methods in c#?
Write the difference between TypeOf and GetType?
Can hashset contain duplicates c#?
Is arraylist thread safe?
What are the differences between events and delegates in c#?