adplus-dvertising
frame-decoration

Question

The ……………… variable are accessible from within the program that contains their declaration, as well as anywhere else in the same assembly.

a.

Protected

b.

Friend

c.

Protected Friend

d.

Private

Posted under VB NET Web Technologies

Answer: (b).Friend

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. The ……………… variable are accessible from within the program that contains their declaration, as well as anywhere else in the same assembly.

Similar Questions

Discover Related MCQs

Q. …………….. is used to declare arrays; which gives upper sounds of the dimensions of an array variable.

Q. ………….. function in vb.net is used to convert character code to character.

Q. ………… function in vb.net converts character to character code.

Q. ……………. function in vb.net converts string to number data type.

Q. Which of the following string handling functions and methods are used to compare two strings.
i) StrComp ii) String.Compare iii) String.Equals iv) String.CompareTo

Q. The string handling function, “Mid” in visual basic .net is used to ……………..
i) get a substring ii) insert a substring iii) remove text iv) format string

Q. The …………… property in array class of vb .net, returns an integer indicating the number of dimensions of the array.

Q. State the following statements are True or False for arrays in visual basic .net are
i) Array are objects in vb .net
ii) Array variables can have the public, protected, friend, private or protected friend specifier

Q. In Int32structure ……………….. function converts the string representation of a number of its Int32 equivalent.

Q. ………………. method converts the value of the instance to a double representing the OLE Automation date.

Q. ………………… property on windows forms, gets or sets the size and location of the form on the windows desktop.

Q. Windows forms public object property, …………….. gets or sets the bounding rectangle for the form.

Q. ………………. method on windows forms public object methods, gets the child control that is located at the specified co-ordinates.

Q. ……………. method finds the location of the specified screen point to client co-ordinates.

Q. ……………. event occurs when a key is pressed while the form has the focus.

Q. In the new sub procedure of windows forms, the code calls a procedure named ………………., which adds and arranges the controls in the form.

Q. ……………….. keyword is used to refer to the current object.

Q. The possible values for the FormBorderStyle property is/are the following
i) Fixed3D ii) None iii) FixedSingle iv) VariableDialog

Q. Form’s ………………. property is used to specify t he initial position on the screen.

Q. We can assign form’s start position property values from the FormStartPosition enumeration, with the following values.
i) Certerpart ii) CenterScreen iii) Manual iv) Location