| Can I use Object Oriented programming in MINERVA?
Yes.
From MINERVA 2.4 on, there is syntax and compiler/runtime
support for the definition of classes and their methods.
MINERVA does not force you to use object oriented programming
in all situations, but it allows to use object oriented programming
where it has its advantages.
See
Manual/Reference/Objects
and
Manual/Reference/Functions
|