You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
abstraction
About this tag
The abstraction tag on WindowsForum.com covers discussions about abstraction in programming, particularly in the context of C++ and object-oriented programming. Content includes an interview with Herb Sutter on modern C++ standards, where abstraction concepts like templates and generic programming are explored. Another thread explains object-oriented programming (OOP) principles, highlighting how abstraction is used to model real-world objects in languages such as C++, Java, and C#. These sources focus on software development and programming language features rather than Windows-specific topics.
I was lucky enough to catch up with Herb Sutter not too long after the FDIS announcement (Final Draft International Standard is complete).
As usual when talking to Herb, the conversation is all about C++ (well, we do talk about C# for a little while, but in the context of C++. Why? Tune in...)...
OOPS Concepts
Object-oriented programming (OOP) is a computer science term used to characterize a programming language that began development in the 1960’s. The term ‘object-oriented programming’ was originally coined by Xerox PARC to designate a computer application that describes the...