0

VB (Visual Basic) .Net Quiz

Description: VB (Visual Basic) .Net Quiz
Number of Questions: 15
Created by:
Tags: .net vb
Attempted 0/15 Correct 0 Score 0
  1. System .Object

  2. System .Type

  3. System .Data


Correct Option: A
  1. Value Type

  2. Reference Type

  3. None


Correct Option: A
  1. Specifies that any variable name is declared (with type) before use

  2. Specifies whether strings should be compared as binary

  3. Specifies that variables should be initialized before use


Correct Option: A
  1. ArrayList

  2. Queue

  3. DictionaryList

  4. Stack


Correct Option: C
  1. Constructors

  2. Interrogative methods

  3. Imperative methods


Correct Option: B
  1. Using Only Get..EndGet with in property definition

  2. Using Only Set..EndSet with in property definition

  3. Using both Get and Set


Correct Option: A
  1. Directly invoking the method name

  2. Invoking the method through the instance of that class

  3. None of the above


Correct Option: B
  1. Using Inherits Keyword

  2. Private interfaces can not be implemented

  3. Using Implements Keyword


Correct Option: B
- Hide questions