How many classes can a single .NET DLL contain?

Answers were Sorted based on User's Feedback



How many classes can a single .NET DLL contain?..

Answer / kakani

It can contain many classes.

Is This Answer Correct ?    18 Yes 1 No

How many classes can a single .NET DLL contain?..

Answer / muneesh

a single dll in .net can contain more than one class there
is no limiit because we are linking many classes in a single
project and at the time of hosting we can convert it into a
single dll

Is This Answer Correct ?    9 Yes 1 No

How many classes can a single .NET DLL contain?..

Answer / pathy

we can define as many classes as you wany

Is This Answer Correct ?    6 Yes 1 No

How many classes can a single .NET DLL contain?..

Answer / sandeep thakur

Multiple inheritance!

Is This Answer Correct ?    4 Yes 2 No

How many classes can a single .NET DLL contain?..

Answer / kavitha

There r abstraction encapslation inhertance

Is This Answer Correct ?    2 Yes 1 No

How many classes can a single .NET DLL contain?..

Answer / shankar chaurasia

.NET Assembly can contain (2^24-1) 16777215 classes. Because
If the class is identified in metadata table using a
metadata token then token is of four bytes. First byte is
for connection to the metadata table and remain 3 for
classes and the biggest number on 3 bytes is 2^24-1 or 16777215.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

On what object is the transaction in ADO.NET focused on? a) The command object b) The DataSet object c) The Connection object d) The DataAdapter object

4 Answers   Syntax Softtech,


How do we make a poperty read only?

1 Answers   Microsoft,


What is session and cookies in asp.net?

0 Answers  


What is X-Path?

2 Answers   Sherston,


Define the term Web Garden?

0 Answers   Sans Pareil IT Services,


What is the Impprsonation?and what is the importence of that?

3 Answers   eXensys,


What is difference between machine.config and Web.Config?

4 Answers   Accenture, BirlaSoft, Le Logiciel,


Who can consume WebAPI?

0 Answers  


what is session,cokkies in asp.net??

5 Answers  


How can we make sure that Web API returns JSON data only?

0 Answers  


Where can I get information on cookies in asp.net?

0 Answers  


Differentiate between a page theme and a global theme?

0 Answers  


Categories