On Monday, 12 August 2019 at 08:54:56 UTC, lili wrote:
Hi:
    Why need defined an abstract final class?
see https://github.com/Rikarin/Trinix/blob/master/Kernel/arch/amd64/gdt.d

From what I saw, all members are static. So, this is a kind of utility class, which is not supposed to be instantiated, nor to be derived from. Maybe, it serves like a namespace, for convenience...

Reply via email to