Answer Posted / ranjith
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 ? | 43 Yes | 6 No |
Post New Answer View All Answers
What is the advantage of constructor in c#?
What do you mean by abstract class in c#?
What is concrete class in c#?
What is difference between new and override in c#?
What is the difference between asp net and c#?
What do you mean by string objects are immutable?
How can it prevents DLL Hell assembly versioning in .NET?
How many digits are in an integer?
What is the difference between static and private constructor?
What can we do to handle multiple exceptions?
How many dimensions can an array have?
What are the different types of literals in c#?
Can a constructor have a return type?
Is c sharp and c# are same?
Define property in c#.net?