A
Ammneh Azeim via DotNetMonster.com
I'm getting this error while sending in a refference to a class, in a
method. I'm not sure why I'm getting this error. and how to fix it.
Can someone please let me know. that would be great
here is the code.
fromCheAcc.Transfer(amount, fromAcc, ToAcc)
where fromCheAcc is a type of a cheqying account and fromAcc is type of
account,
Chequing inherits Accounts
and method takes an amount as integer, fromAcc of type Accounts, ToAcc of
type Accounts
method. I'm not sure why I'm getting this error. and how to fix it.
Can someone please let me know. that would be great
here is the code.
fromCheAcc.Transfer(amount, fromAcc, ToAcc)
where fromCheAcc is a type of a cheqying account and fromAcc is type of
account,
Chequing inherits Accounts
and method takes an amount as integer, fromAcc of type Accounts, ToAcc of
type Accounts