Test Status
      CSHARPRANDOMTEST
      (A) ExecuteQuery
      (B) ExecuteUpdate
      (C) ExecuteNonQuery
      (D) ExecuteCommand
      (A) By calling Sortdescending() method
      (B) By calling Sort() method
      (C) By calling Sort() and then Reverse() methods
      (D) By calling Sortreverse() method
      (A) Yes, and we can access them
      (B) No, and we can not access them
      (C) Yes, but we can not access them
      (D) All of the above are wrong
      (A) A reference to an object in a different process.
      (B) A strongly typed function pointer.
      (C) An inter-process message channel.
      (D) A light weight thread or process that can call a single method.
      (A) A peripheral assembly designed to monitor permissions requests from an application.
      (B) An assembly containing localized resources for another assembly.
      (C) An assembly designed to alter the appearance or .skin. of an application.
      (D) Any DLL file used by an EXE file.
      (A) Period (.)
      (B) Colon (:)
      (C) Semicolon (;)
      (D) Comma (,)
      (A) contain the same methods as the interface
      (B) inherit the properties of the interface
      (C) create an interface object
      (D) all of the above
      (A) Encapsulating a value type in an object.
      (B) Encapsulating an object in a value type.
      (C) Encapsulating a copy of a value type in an object.
      (D) Encapsulating a copy of an object in a value type.
      (A) publiuc key
      (B) assembly name
      (C) assembly version
      (D) All of the above
      (A) Different parameter data types
      (B) Different order of parameters
      (C) Different number of parameters
      (D) All of above
      (A) It defines a class that inherits the public methods of A only.
      (B) It defines a class that inherits all the methods of A but the private members cannot be accessed.
      (C) Errors
      (D) a and b
      (A) Sealed
      (B) Gather
      (C) Static
      (D) Constru
      (A) A constructor can be used to set default values and limit instantiation.
      (B) Destructors are used with classes as well as structures.
      (C) A class can have more than one destructor.
      (D) C# provides a copy constructor.