Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. 1rstSol

    Overload

    I have to write a visitor design-pattern in which function selection is based on arguments’ type. ------------- | Visitor | |-----------| |Visit(Elt) | |Visit(EltA)| |Visit(EltB)| ------------- |____________________ | | ---------------- ---------------- |...
  2. 1rstSol

    Overload

    Is it possible to use overload while functions’ arguments are ‘user object’ type ?
  3. 1rstSol

    distinct non visual objects' type

    I have declared two non visual objects: - uo_food - uo_goodfood I’d like to write 2 methods “eat” in a same non visual objects. How can I do to distinct such call : public subroutine eat(userobject n) // userobject should be a uo_food type messagebox("info","food") end subroutine and public...
  4. 1rstSol

    Using Desing Patterns with PowerBuiilder

    To specify my question, the use of Design Patterns is established on the dynamic instantiating of objects to allow them to get a real type chosen during the compilation using the heritage tree. In fact, all this is possible because in languages such as C++ or JAVA, we can call object’s...
  5. 1rstSol

    Using Desing Patterns with PowerBuiilder

    I refer the Design Pattern concept such as defined by Christopher Alexander in 70’s and developed by the “Gang of Four” (Erich Gamma, Richard Helm, Ralph Johnson, et John Vlissides). About 23 patterns to use in OOP. So, in fact, I don’t know J2EE technology.
  6. 1rstSol

    Using Desing Patterns with PowerBuiilder

    I’m studying the possibility of changing our programming language, so I don’t really know yet all PowerBuilder possibilities. I wonder if it is possible to use concepts such as Design Patterns in PowerBuilder knowing that all the base is calling constructors in different places by invoking...

Part and Inventory Search

Back
Top