PrepAway - Latest Free Exam Questions & Answers

Which term describes a class that has data types that are NOT checked at compile time?

Which term describes a class that has data types that are NOT checked at compile time?

PrepAway - Latest Free Exam Questions & Answers

A.
late-bound

B.
static

C.
early-bound

D.
strongly typed

7 Comments on “Which term describes a class that has data types that are NOT checked at compile time?

      1. Andriy says:

        It can’t be early-bound bacause this means that you use a strongly typed proxy class. This is why the types can be checked at the compile time.

        For some reason, in my practice test the right answer is B (static) which doesn’t make sense.




        0



        0
  1. Carlos says:

    The MSDN says:

    The key difference between early and late binding involves type conversion. While early binding provides compile-time checking of all types so that no implicit casts occur, late binding checks types only when the object is created or an action is performed on the type. The Entity class requires types to be explicitly specified to prevent implicit casts.

    therefore the right answer is A. late-bound

    https://msdn.microsoft.com/en-us/library/gg309272.aspx




    0



    0

Leave a Reply