Classes Style of Development
Some versions of Valentina allow developers to create databases using classes. For example doing this in C++ will look like this:
class Person : public VTable { VString mfName; VDate mfBirth; };
This method is particularly attractive to application developers when no portion of the database schema needs to be dynamically modified. Read this article for details.
Related Products
The listed Valentina products support the Classes Methods: