nerdexam
Microsoft

98-372 · Question #2

What is the major advantage of using class libraries?

The correct answer is C. Easy to organize and maintain your project.. Easy to organize and maintain your project. Application extensions can be re-used for numerous projects. A program with a class library will run much faster than one with all the code in the main The .NET Framework class library is prepared of namespaces. Each namespace holds typ

Understanding Cloud Concepts

Question

What is the major advantage of using class libraries?

Options

  • AThey secure code with a basic encryption system.
  • BThey deploy quicker than full applications.
  • CEasy to organize and maintain your project.
  • DThey provide easy access to classes, interfaces, and value types.

How the community answered

(42 responses)
  • A
    10% (4)
  • B
    5% (2)
  • C
    71% (30)
  • D
    14% (6)

Explanation

Easy to organize and maintain your project. Application extensions can be re-used for numerous projects. A program with a class library will run much faster than one with all the code in the main The .NET Framework class library is prepared of namespaces. Each namespace holds types that can be used in classes, structures, enumerations, delegates, and interfaces. When a Visual Basic or Visual C# project is created in Visual Studio, the most common base class DLLs (assemblies) are already referenced. However, if a type has been used that is in a DLL not already referenced, it will be required to add a reference to the DLL. In other words, the .NET Framework class library is a library of classes, interfaces, and value types that offers access to system functionality and is intended to be the base on which .NET Framework applications, components, and controls are

Topics

#class libraries#.NET#code organization#software development

Community Discussion

No community discussion yet for this question.

Full 98-372 Practice