[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
abstraction
abstraction
The process of enforcing a common interface without specifying it's implementation. Widely used with C++ and classes, in where, say you had a class called shape. You would implement circle and rectangle out of shape; that is abstraction.
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
abstraction
abstraction
The process of enforcing a common interface without specifying it's implementation. Widely used with C++ and classes, in where, say you had a class called shape. You would implement circle and rectangle out of shape; that is abstraction.
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
