Hi, Programmers (Only points of OOP in PB in the future)
We live in a time that structured programming will go to the background, but it must remain to exist. We live in a Windows period, everything works with objects and programming the event is.
Maybe is object oriented programming a bit discouraging and reticent for many programmers and that is possible to understand, because it ask some insight in the abstract thinking in objects, but there are many possibilities with OOP and many advantages.
I won’t repeat everything what I already have done, otherwise they will say that I’m complaining again. But I will name all the possibilities of OOP and those possibilities must never be absent in al the versions of PB.
The possibilities of OOP are:
Data-abstraction
Encapsulation
Inheritance
Polymorfism
Dynamic binding
Constructor
Destructor
Private, Public, Protected
Genest objects
The compose of the making better of the possibility of maintenance and faster and reliability, complex applications
They can make complex applications by classes
They can make newer versions by applying multifarious.
The advantages:
They can program an event
Objects become reusable
They can realise expansions much faster and independent. So they can make complex applications of already developed classes
The compiling end distributing of classes to other programmers (in the form of an unit)
The multifarious
They can make so many objects of a clas
To make derived classes of a baseclas by the inherit
An object can consist other objects
They can use the clas as a plug, that could be replaced by an updated or deleted (Modularation)
They can write and test every clas separately
We can easy work in a team of programmers
We can make components by the use of classes.
Mouse event driving
By the creation of flexible applications by classes, we can make that the common flexible codes are written just once.
They can avoid redundantation of the code
So that was something about OOP, what it has to offer.
I think that the market sector will rise if you will use the OOP Comoilers.
Because in Belgium, Powerbasic is not very known, I’m making this famous for your company, what sure will sound positive for you.
I’ll quit know and I really hope that OOP will belong in your compilers.
Yours sincerely
Comment