GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Microsoft  >  Visual Basic
Go To First  |  Previous Question  |  Next Question 
 Visual Basic  |  Question 195 of 453    Print  
Difference between a function and a subroutine, Dynaset and Snapshot,early and late binding, image and picture controls,Linked Object and Embedded Object,listbox and combo box,Listindex and Tab index,modal and moduless window, Object and Class,Query unload and unload in form, Declaration and Instantiation an object?

  
Total Answers and Comments: 1 Last Update: August 23, 2007   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
August 22, 2007 09:21:34   #1  
Nilesh        

RE: Difference between a function and a subroutine, Dy...
Function returns value while subroutine doesn't.
Dynaset is updateable while snapshot is static
inearly binding address of all the functions are knownn at compile time while in late binding it is not known untill runtime. In early binding object of class is creates at compile time while in late binding it is created at runtime.
Embeded object is just a copy of the object any changes made in source is not reflected in this object while in linked object all the changes made to source is reflected
In listbox user can not type in the values while in combo box user can type in values. Combo box has got drop down list box that takes less space then listbox.
Moal window doesn't let user to access parent winndow untill it looses focus while modless window allow user to interact with its parent window without responding to it
Class is tyoe having properies and methods while object is an instance of the class that is used to access properties and methods of the class

DEclaration means declaring an lbject it doesn;t link the object with the class while instantiating means creating an instance of the class

 
Is this answer useful? Yes | No

 Related Questions

Answer posted by sanjeev prabhudesai on 2005-05-17 00:29:53: controls without Align property can not be placed Directly on MDI Form 
Latest Answer : 1. Controls with align property can be placed on a MDI form (eg:- picture box, status bar, Tool bar etc)2. Controls which doesn't have the visible interface also can be placed on a MDI form(eg:- Timer, ImageList) ...

Latest Answer : Line and shape do not have ne events. ...

Latest Answer : There are 21 controls.They are pointer,image,label,textbox,frame,command,chechbox,optionbutton,combobox,listbox,h and vscrollbar,timer,drivelistbox,dirlistbox,filelistbox,shape,line,image,data,ole. ...

Latest Answer : strech property ...

Latest Answer : 1. Picture Box Acts as Container Object where Image Box not 2. Resize & Autosize  ...

Latest Answer : 3 types of combo style1- Dropdown Combo : A new item can be written into it. List is not always shown2- Simple combo : All List items are always shown. To see them the control shd be dragged enough3- Dropdown list : Cannot contain a list value other than ...

Latest Answer : The maximum number of controls allowed on a single form depends on the type of controls used and available system resources. However, there is a fixed limit of 254 control names per form. A control array counts only once toward this limit because all ...

Latest Answer : All controls have a refresh property. This is not available in the properties window.Refresh property forces repaint of the control ...

Latest Answer : List index is the property for Listbox control if we add items to the list box list index will be created it will be start from 0Tab intex is tab movment to set focus the control when pressing tab key..this property we can set most all the visible controls ...

Latest Answer : Listbox: 1) Does not contain a text box to write an item, Item is added using Additem method only 2) Always shows all item in the list 3) Can contain a checkbox in the list ComboBox: 1) Can contain a text box to write an item, Item is added ...


 Sponsored Links

 
Related Articles

ODP.NET - OracleCommand Object

ODP NET More About the OracleCommand Object Till now we have seen OracleCommand working with OracleDataReader OracleCommand is not simply meant for OracleDataReader It has got a lot of functionality for itself Let us see few of the most commonly used features of OracleCommand in this section We will
 

jQuery - Basic Alphabetical Sorting

Learning jQuery Basic Alphabetical Sorting Now let s perform a sort on the Title column of the table We ll need a class on the table header cell so that we can select it properly geshibot lang html" Title Author s Publish Date Price geshibot mosgoogle To perform the actual s
 

Microsoft AJAX Library - Creating Object Members on the Fly

Creating Object Members on the Fly One major difference between OOP in C and ASP NET and OOP in JavaScript is that JavaScript allows creating object members on the fly" This is true for objects and classes that you create yourself and also for JavaScript s own objects and types as well He
 

Microsoft AJAX Library - Object-Oriented JavaScript

Object Oriented JavaScript Objects and classes are implemented differently in JavaScript than in languages such as C VB NET Java or C However when it comes to using them you ll feel on familiar ground You create objects using the new operator and you call their methods or access their fields using t
 

Concepts of Object-Oriented Programming

Object Oriented JavaScript In this chapter you ll learn about OOP Object Oriented Programming and how it relates to JavaScript As an ASP NET developer you probably have some experience working with objects and you may even be familiar with concepts such as inheritance However unless you re already a
 

C++ Pure Virtual Function and Base Class

C Pure Virtual Function and Virtual Base Class In this C tutorial you will learn about pure virtual function declaration of pure virtual function and virtual base class virtual base class and how to implement a virtual base class explained with examples mosgoogle center What is Pure Virtual Function
 

C++ Function Passing Types

C Function Passing Types In this C tutorial you will learn about function passing types two types of arguments passing in functions passed by value  and  passed by reference are discussed here mosgoogle center The arguments passed to a function can be performed in two ways Passed
 

Working with XML in Visual Basic

Working with XML in Visual Basic Extensive markup language and Visual Basic is the odd couple of the industry Visual Basic is one of the most common languages that are being used today This Microsoft introduced language was meant to be middle tier in characteristic but has managed to get the top tie
 

How to Access C++ Class Members

How to Access C Class Members In this C tutorial you will learn how to access Class members dot operator or class member access operator difference between struct and class and  scope resolution operator mosgoogle center It is possible to access the class members after a class is defined an
 

Object-Oriented Client-Server Internet

Object Oriented Client Server Internet OCSI Environments as IT Infrastructure Client Server Basics Object Oriented Client Server Internet OCSI environments provide the IT infrastructure for supporting OCSI applications For our purposes infrastructure refers to operating systems networks middleware
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape