Answer Posted / srinivas
Both class and module are a collection of methods and
properties. The major difference is that instances can be
created from a class in the form of objects, but not from a
module. The scope of the members of a class is only for the
lifetime of the object, but the scope of the members of a
module exist for the life of the program
| Is This Answer Correct ? | 22 Yes | 3 No |
Post New Answer View All Answers
What is the usage of transponders?
Can multiple inheritance implemented in c# ?
What is object type in c#?
How can you prevent escaping on backslashes in C# with string definitions?
What is the default boolean value in c#?
can you create a function in c# which can accept varying number of arguments
What is an interface class in c#?
What is generic method in c#?
How a two-dimensional array declared in C#?
Explain About Assembly in .NET, types of assemblies, their difference, How to register into GAC. How to generate the strong names & its use.
How do you clear a list in c#?
Why linq is having select clause at the end?
What is data dictionary in c#?
What are different types of classes in c#?
What is jit? What are the different types of jit?