Click here to Skip to main content
15,900,389 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Concept Clarification Pin
AliAmjad12-Sep-08 7:25
AliAmjad12-Sep-08 7:25 
GeneralRe: Concept Clarification Pin
AliAmjad12-Sep-08 7:30
AliAmjad12-Sep-08 7:30 
GeneralRe: Concept Clarification Pin
Dave Kreskowiak12-Sep-08 7:49
mveDave Kreskowiak12-Sep-08 7:49 
GeneralRe: Concept Clarification Pin
AliAmjad12-Sep-08 8:07
AliAmjad12-Sep-08 8:07 
GeneralRe: Concept Clarification Pin
Paul Conrad12-Sep-08 9:04
professionalPaul Conrad12-Sep-08 9:04 
GeneralRe: Concept Clarification Pin
AliAmjad12-Sep-08 11:19
AliAmjad12-Sep-08 11:19 
GeneralRe: Concept Clarification Pin
Dave Kreskowiak12-Sep-08 12:18
mveDave Kreskowiak12-Sep-08 12:18 
AnswerRe: Concept Clarification Pin
Guffa12-Sep-08 11:28
Guffa12-Sep-08 11:28 
AliAmjad wrote:
Dim nyBus As ICalculateTax = New NewYorkBusiness


An instance of the NewYorkBusiness class (I suppose that it's a class) is created on the heap. The reference to the instance is stored in the nyBus variable. The nyBus variable can hold a reference to any class that implements the ICalculateTax interface.

AliAmjad wrote:
Dim nyBus As BasicBusiness = New LahoreBusiness


An instance of the LahoreBusiness class is created on the heap. The reference to the instance is stored in the nyBus variable. The nyBus variable can hold a reference to the BasicBusiness class or any class that inherits it.

Despite everything, the person most likely to be fooling you next is yourself.

QuestionPrinter showing Spoling status after printing through VB application Pin
praveenhathwar11-Sep-08 21:11
praveenhathwar11-Sep-08 21:11 
AnswerRe: Printer showing Spoling status after printing through VB application Pin
Paul Conrad12-Sep-08 5:45
professionalPaul Conrad12-Sep-08 5:45 
QuestionCalculating the CPU usage of ONE process with VB.NET 2003 Pin
Chaos Machine11-Sep-08 20:09
Chaos Machine11-Sep-08 20:09 
AnswerRe: Calculating the CPU usage of ONE process with VB.NET 2003 Pin
Dave Kreskowiak12-Sep-08 1:45
mveDave Kreskowiak12-Sep-08 1:45 
QuestionXML XPath search in vb.net Pin
japel11-Sep-08 12:10
japel11-Sep-08 12:10 
QuestionControl master/wave/mic of soundcard Pin
Me kiter11-Sep-08 8:01
Me kiter11-Sep-08 8:01 
AnswerRe: Control master/wave/mic of soundcard Pin
jzonthemtn11-Sep-08 10:05
jzonthemtn11-Sep-08 10:05 
Questionmetaphones Pin
lawasso11-Sep-08 4:16
lawasso11-Sep-08 4:16 
AnswerRe: metaphones Pin
leppie11-Sep-08 4:34
leppie11-Sep-08 4:34 
QuestionVBScript - View Source Pin
Reelix11-Sep-08 3:55
Reelix11-Sep-08 3:55 
AnswerRe: VBScript - View Source Pin
jzonthemtn11-Sep-08 6:24
jzonthemtn11-Sep-08 6:24 
GeneralRe: VBScript - View Source Pin
Reelix11-Sep-08 20:11
Reelix11-Sep-08 20:11 
QuestionVB.net Searching File for string Pin
Maffyx11-Sep-08 3:29
Maffyx11-Sep-08 3:29 
AnswerRe: VB.net Searching File for string Pin
jzonthemtn11-Sep-08 6:28
jzonthemtn11-Sep-08 6:28 
GeneralRe: VB.net Searching File for string Pin
Maffyx11-Sep-08 10:31
Maffyx11-Sep-08 10:31 
GeneralRe: VB.net Searching File for string Pin
Maffyx13-Sep-08 18:58
Maffyx13-Sep-08 18:58 
GeneralRe: VB.net Searching File for string Pin
Maffyx13-Sep-08 20:05
Maffyx13-Sep-08 20:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.