21-10-2006, 03:17 AM
Verr VB is not object oriented.
To be object oriented it must support polymorphism, encapsulation, and inheritance. VB6 does not support all three. Yes, objects can have methods and functions, but that does not mean the language is object oriented.
However, it is possible for the Math object to have its own methods, such as tan.
To be object oriented it must support polymorphism, encapsulation, and inheritance. VB6 does not support all three. Yes, objects can have methods and functions, but that does not mean the language is object oriented.
However, it is possible for the Math object to have its own methods, such as tan.