aychekay
Member
- Joined
- Oct 10, 2011
- Messages
- 11
- Programming Experience
- 3-5
I'm working on learning VB.Net after having programmed in VB6, VBA, and VBScript for several years.
I'm assuming that something that begins with the letter I is an interface. However, a lot of places I see people/documentation referring to what appears to be class objects that begin with I. I guess I'm under the impression that Interfaces are contracts that class objects can agree to.
I think part of my confusion comes from the fact that I see code examples where class objects implement a specific interface but in the example they do not appear to have any properties, events or methods that reference the interface/contract.
The reason I'm concerned about this is because I would like to learn to bind forms and controls to business objects. I understand that knowing how to use interfaces is critical to making this work.
Just wondering if anyone can shed any light on my confusion.
I'm assuming that something that begins with the letter I is an interface. However, a lot of places I see people/documentation referring to what appears to be class objects that begin with I. I guess I'm under the impression that Interfaces are contracts that class objects can agree to.
I think part of my confusion comes from the fact that I see code examples where class objects implement a specific interface but in the example they do not appear to have any properties, events or methods that reference the interface/contract.
The reason I'm concerned about this is because I would like to learn to bind forms and controls to business objects. I understand that knowing how to use interfaces is critical to making this work.
Just wondering if anyone can shed any light on my confusion.