|
|
|
|
|
|
|
|
|
|
|
|
|
|
| The object-oriented programming (called "OOP") is a programming paradigm in which the programs are organized as sets of objects...... |
|
|
|
|
|
|
|
| The "is <Class>" operator is used to find out whether the object used in an object of the class (or an object of one of its derived classes)... |
|
|
|
|
|
|
|
| WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes...... |
|
|
|
|
|
|
|
| The hierarchical organization in class and sub-class has allowed to create the notion of inheritance...... |
|
|
|
|
|
|
|
| To access a class, the object must be declared as being part of the class to handle, this is called object instantiation...... |
|
|
|
|
|
|
|
| In MVP projects, you need to create a base class (MBase if you're using the RAD tool for MVP applications)...... |
|
|
|
|
|
|
|
| To access a class, the object must be declared as being part of the class to handle, this is called object instantiation...... |
|
|
|
|
|
|
|
| A class diagram describes the structure of a system via classes and the relationships among them...... |
|
|
|
|
|
|
|
| Deletes a class from the HTML classes of a control. |
|
|
|
|
|
|
|
| ...The RAD pattern files (MDL files) are used to describe:... |
|
|
|
|
|
|
|
| Adds a class into the HTML classes of a control. |
|
|
|
|
|
|
|
| WINDEV, WINDEV Mobile and WEBDEV allow you to create the class diagram of an application using reverse engineering (files "...... |
|
|
|
|
|
|
|
| The generation is used to create the WINDEV classes ("...... |
|
|
|
|
|
|
|
| A class contains the description of a data structure (members) and the processes (methods) that handle this structure.... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|