Skip to content

Opening book details…

Can I read C++ Class Features and Optimization Techniques on EtoBox?

C++ Class Features and Optimization Techniques by Michael Wells is a document available to read on EtoBox.

What is C++ Class Features and Optimization Techniques about?

The document discusses several class features in C++ including: 1. The friend keyword which allows global functions and member functions of other classes access to private parts of a class, breaking encapsulation. It should only be used for optimization or as an alternative to subclassing. 2. Arrays of class objects which have special notation and deletion syntax. 3. Pointers to members which use the X::* syntax to access members through type rather than object using ->* or .* operators. Virtual functio

Author
Michael Wells
Language
EN