Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


explain DIFFERENCE BETWEEN CLASS AND MODULE?

Answers were Sorted based on User's Feedback



explain DIFFERENCE BETWEEN CLASS AND MODULE?..

Answer / 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

explain DIFFERENCE BETWEEN CLASS AND MODULE?..

Answer / 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

explain DIFFERENCE BETWEEN CLASS AND MODULE?..

Answer / 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

More C Sharp Interview Questions

What is toint32 c#?

0 Answers  


Which is the best institute in hyderabad to learn Sharepoint Portal?

68 Answers   IBM,


Using system; class main { public static void Main() { int a = 1; for (int i = 0; i < 10; i++) { int j = a * 5; Console.WriteLine(a + "*5=" + j); a++; } Console.ReadLine(); } }

1 Answers  


What is desktop application testing?

0 Answers  


What can be done with c#?

0 Answers  


What is the default boolean value in c#?

0 Answers  


What is #region in c#?

0 Answers  


Can we have 2 main methods in c#?

0 Answers  


Are c# constructors the same as c++ constructors?

0 Answers  


What is the default value of datetime in c#?

0 Answers  


What is int32 in c#?

0 Answers  


Where is the main method in c#?

0 Answers  


Categories