i there
have u heard about the new version for VB - VB 7
i heard that it will be more like c++ in the OOP way.
well have u heard about it ?
lirlir
Printable View
i there
have u heard about the new version for VB - VB 7
i heard that it will be more like c++ in the OOP way.
well have u heard about it ?
lirlir
I think it will be cool when it comes out
It's supposed to have proper inheritance an' all this time :):):):):):).
See this URL for more information on VS7.
Whats OOP? I saw it in a book review but I never got around to looking up what t was.
Object Oriented Programming. It's basically making a program from 'objects', so that you are not concerned with how they work internally, only how they interact with each other. An analogy is a PC. You have 'objects' - graphics card, hard drive, processor. The manufacturer doesn't care how the hard drive works, only that it works in a standard way. A different make of processor can be used, because it follows the same 'interface'.
There are three basic principles of OOP: Encapsulation (described above); inheritance, and data hiding.