Understanding C++ An Accelerated Introduction

Understanding C++ An Accelerated IntroductionShort Description
Understanding C++: An Accelerated Introduction. by Marshall Brain. C++ Vocabulary. The last tutorial focused on elements of the C++ language that extend C …

Website: www.cs.missouri.edu | Filesize: 505kb

Content
Understanding C++: An Accelerated Introduction
by Marshall Brain
Introduction
For many people the transition from C to C++ is not easy. In fact, this transition is often
accompanied by quite a bit of anxiety because C++ is surrounded by a certain aura that makes
it inaccessible. For example, you can pick up a book on C++, randomly turn to a page, and
encounter paragraphs like this:
“From a design perspective, private derivation is equivalent to containment except for the
(occasionally important) issue of overriding. An important use of this is the technique of deriving
a class publicly from an abstract base class defining an interface and privately from a concrete
class providing an implementation. Because the inheritance implied in private derivation is an
implementation detail that is not reflected in the type of the derived class, it is sometimes called
‘implementation inheritance’ and contrasted to public declaration, where the interface of the
base class is inherited and the implicit conversion to the base type is allowed. The latter is
sometimes referred to as sub- typing or ‘interface inheritance’.” [From “The C++ Programming
Language, second edition”, by Bjarne Stroustrup, page 413]
It can be difficult…

Get the file Download here

AddThis Social Bookmark Button
Related Books:
  • Gen I 2003 Honda Civic Hybrid electric Fleet and Accelerated …
  • Field Operations Program Toyota RAV4 (NiMH) Accelerated …
  • Understanding SAP R/3 A Tutorial for Computer Scientists Tutorial …
  • Autodesk Architectural Desktop 2007 Tutorial Series
  • Understanding astigmatism
  • Introduction
  • Understanding SAP R3 A Tutorial for Computer Scientists
  • 482- Intermediate AJAX Programming Introduction and Environment

  • Related Searches: , , , ,



    Comments

    Leave a Reply