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
Can abstract class have parameterized constructor?
Explain streamreader/streamwriter class?
What is object array in c#?
Define collections?
Can we inherit a private class in c#?
What is icollection in c#?
What are the three types of operators?
What is exe in c#?
What is a constructor in c#?
how to compare numbers and dispaly the largest ? *first thing I wanted to do is to input how many numbers to be compared *and then analyzed the largest then display it.
Explain copy constructor?
What is the difference between method and function in c#?
What is double c#?
Differentiate between the public and private ?
What is wpf c#?