Hi dear prgrammers,
I would like to know which of the following Implementations of an enxemple-Class is the best one:
Solution 1:
class Library < handle
properties ( Private ) % Here Private !
address = '';
books = struct('name', {}, 'author', {});
end...