Jump to content

User contributions for Late2python

A user with 1 edit. Account created on 4 January 2024.
Search for contributionsshowhide
⧼contribs-top⧽
⧼contribs-date⧽

4 January 2024

  • 14:2714:27, 4 January 2024 diff hist +5 Class (computer programming) A pure abstract base class has only declared signatures, no definitions. A virtual method is different from a pure virtual method. The first may have code that can be overridden in derived classes while the latter doesn't have a definition. Since ABCs are used as interfaces, it becomes clear that the correct term used to define an ABC is in fact a pure virtual function