by Yashavant Kanetkar
We are all aware how quickly languages appear and vanish in the computing
world. Only the best survive. The fact that C++ came into existence in eighties
and is still going strong proves its strength beyond doubt. This book is about
appreciating C++'s strengths and gauging yours. Object oriented paradigm and
its associated concepts like objects, classes, inheritance, polymorphism,
virtual functions, etc. are difficult to master. The learning it curve is steep
at least to begin with. Hence you need to learn it a concept at a time. And
when you do so you need a mechanism to find out how much of it your have
understood. This is book that addresses precisely this need. It highlights the
various features of C++ through questions. Answers are furnished for each
question to illustrate key point.
Table Of Contents
- Intro to OOP
- Graduating to C++
- Functions
- Classes in C++
- The C++ Free Store
- Miscellaneous Class Issues
|
- Inheritance
- Virtual Functions
- Input / Output In C++
- Advanced Features
- Templates
- Exception Handling
|
|