Company: AP Moller Maersk
Difficulty: medium
What the Namespace-Dot-Type Naming Scheme Guarantees in .NET You have a .NET type System.Collections.Generic.List<T> , where System.Collections.Generic is the namespace and List<T> is the type. Which of the following can be said about the naming scheme used for this type? This naming scheme makes it easy for library developers extending the .NET Framework to create hierarchical groups of types. This naming scheme makes it easy to name the types in a consistent, informative manner. This naming scheme has a good effect on visibility, member access and inheritance. Choose the correct answer from the options given below.