Re: OO BASIC or "B++"?



OOP just in Our minds. Languages just help us to write bad or good
programs.
We can write OOP application using any language. (In addition, using
OOP language cannot write good application). Class just is structure
with constructor and destructor, member function - just simple
functions with hidden THIS. Private, public, protected - needs only for
programmer. Overload just help easy create new version of code and code
reusing.
Try to recall, how many members and operators were overloaded.
Three years ago, I wrote OOP package for PickBasic and understood that
it is not need in real work.
There are three groups of applications:
1 Server application (good if OOP present on server only for UI)
2 Server-client application (most do by server, client only GUI, don't
need OOP on server)
3 Client-server applications (most do by PC)

Abstract. Attributes in Pick is class members. DICT is class
definition. Just not present useful bridges between DICT and PickBasic
and PC.
I think that:
- OOP client for complex GUI.
- PickBasic for low level data management.

Sorry for my bad English.

Regards,
Grigory

.



Relevant Pages

  • Re: TransferSpreadsheet to .ADP dbo table
    ... By saying that the Gridview is ASP I'm trying to express that it's ... silly ASP that runs interactively on the server. ... this is their first full OOP integrated development environment effort. ...
    (comp.databases.ms-access)
  • Re: TransferSpreadsheet to .ADP dbo table
    ... silly ASP that runs interactively on the server. ... this is their first full OOP integrated development environment effort. ... I keep reading posts of people who are trying to perform Enterprise ...
    (comp.databases.ms-access)
  • Re: Design theory going from Access 97 to 2007
    ... I will assume it is an Access backend (as ... It is OOP, but once you get the hang of OOP ... limitations of Access if you happen to step your backend up to Sql ... Server. ...
    (comp.databases.ms-access)
  • Delphi alternative to Tomcat
    ... For years I devellop client applications where OOP is the foundation. ... The server market is growing and we are porting applications from the client ...
    (borland.public.delphi.non-technical)
  • Re: OO BASIC or "B++"?
    ... We can write OOP application using any language. ... Server application ... Sorry for my bad English. ...
    (comp.databases.pick)