Results 1 to 2 of 2

Thread: Interview question for Visual Basic

  1. #1
    Join Date
    Nov 2008
    Posts
    28

    Interview question for Visual Basic

    I had attended Interview session for Visual Basic, and in that Interview I had been asked the following 10 questions, which I am producing here,by thinking that it will also help for other People who will attend the Visual basic interview.

    1. What is object oriented programming?
    2. What is visual basic?
    3. How to create menus at run time in VB?
    4. Write a generic error handling routine?
    5. How do I call Windows Help files from a VB program?
    6. What is the default data type in VB?
    7. how to send data to exe file?
    8. What is MAPI?
    9. The settings for the Color properties in Visual Basic are indicated by:
      • Decimal Coding
      • Octal Coding
      • Hexadecimal Coding
      • Binary Coding
    10. What is Transcaction?


    Just try to prepare for these question else I"ll also try to give the Answers to the above questions in my next post.
    Thanks

  2. #2
    Join Date
    Nov 2008
    Posts
    28

    Re: Interview question for Visual Basic

    Following are the answers to the first five questions:

    1.Object-oriented programming means which makes use of the OOPS concept. i.e
    1. Data abstraction
    2. Data encapsulation
    3. Polymorphism
    4. Inheritance
    5. Dynamic binding
    6. Message communication
    Examples : C++ , Java

    2.Visual Basic which has graphical Use Interface where we can graphically enter the data easy to understand to the user.

    3.To create menus at run time in VB we make Use of CreatePopupmenu API function in VB.

    4.Public sub command_click()
    On error goto noerr
    .
    .
    code
    .
    noerr:
    msgbox Err.number & ” ” & err.description

    End Sub

    5.

    6.The default datatype in VB is variant

Similar Threads

  1. Core Interview Question for E&TC
    By D Hell in forum Education Career and Job Discussions
    Replies: 4
    Last Post: 31-03-2011, 11:16 AM
  2. what are Visual Basic IDE?
    By Naresh Modi in forum Software Development
    Replies: 2
    Last Post: 06-03-2009, 09:49 AM
  3. Visual Basic 2005 or Visual Basic 6
    By Aasha in forum Software Development
    Replies: 5
    Last Post: 15-01-2009, 06:56 PM
  4. Visual Basic on LAN
    By djbbenn in forum Software Development
    Replies: 2
    Last Post: 05-08-2008, 02:15 PM
  5. HR Interview Question
    By bishop in forum Off Topic Chat
    Replies: 2
    Last Post: 05-06-2008, 08:22 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,144,781.78327 seconds with 17 queries