adplus-dvertising
frame-decoration

Question

Which of the following accesss modifier specifies that the type is covariant?

a.

NotOverridable

b.

Optional

c.

Out

d.

Overloads

Posted under Web Technologies

Answer: (c).Out

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of the following accesss modifier specifies that the type is covariant?

Similar Questions

Discover Related MCQs

Q. Which of the following accesss modifier indicates that a class or structure declaration is a partial definition of the class or structure?

Q. Which of the following statement declares the operator symbol, operands, and code that define an operator procedure on a class or structure?

Q. Which of the following operator is applied to an operand in an asynchronous method or lambda expression to suspend execution of the method until the awaited task completes?

Q. Which of the following property of Array class in VB.NET gets the rank (number of dimensions) of the Array?

Q. Which of the following block of VB.NET identifies a place to catch an exception with an exception handler at the place in a program where you want to handle the problem?

Q. Which of the following accesss modifier specifies that one or more declared member variables refer to an instance of a class that can raise events?

Q. Which of the following statement declares a user-defined event?

Q. Which of the following Collection class of VB.NET represents an array of the binary representation using the values 1 and 0?

Q. Which of the following converts the expression to Boolean data type in VB.NET?

Q. Which of the following converts the expression to SByte data type in VB.NET?

Q. Which of the following accesss modifier specifies that a property or procedure redeclares one or more existing properties or procedures with the same name?

Q. Which of the following statement declares an enumeration and defines the values of its members?

Q. Which of the following property of Array class in VB.NET checks whether the Array is readonly?

Q. In Vb.net, data is handled through ………………… which facilitates development of web applications.

Q. A …………………… is a collection of one or more record sets as well as the relationships between those tables or record sets.

Q. Both COM and distributed COM(DCOM) technology has been replaced by the .NET framework, although you still have access to COM through what VB.NET calls ……………

Q. ………………… is built on a disconnected data model that uses snapshots of data that are isolated from the data source.

Q. ………………. are based on XML schema, so they can be strongly typed.

Q. ………………… is the ability to create procedures that can operate on objects of different types.

Q. …………………… is the process by which you can derive new classes from other classes.