amazon

Monday 16 May 2016

Object-Oriented Programming in C++ (4th Edition)


object oriented programming

Object-Oriented Programming in C++ begins with the basic principles of the C++ programming language and systematically introduces increasingly advanced topics while illustrating the OOP methodology. While the structure of this book is similar to that of the previous edition, each chapter reflects the latest ANSI C++ standard and the examples have been thoroughly revised to reflect current practices and standards.
Object-oriented programming (OOP) is a programming paradigm based on the concept of "objects", which may contain data, in the form of fields, often known as attributes; and code, in the form of procedures, often known as methods. A feature of objects is that an object's procedures can access and often modify the data fields of the object with which they are associated (objects have a notion of "this" or "self"). In OOP, computer programs are designed by making them out of objects that interact with one another. There is significant diversity of OOP languages, but the most popular ones are class-based, meaning that objects are instances of classes, which typically also determine their type.

What you can learn from this book

This book is written for people who want to learn the basics of the C++ programming language. If you are looking for a comprehensive book that will teach you everything you need to know about C++, this just might be what you’re looking for.
By reading this book, you’ll learn the basics of C++. You’ll discover the ideas, concepts, techniques, and methods used by expert C++ programmers. For example, this book will discuss variables, strings, functions, and data structures. That means you’ll be able to write programs using the C++ language after reading this material.

Book contains

  • What is C++ Used For?
  • Why Use C++?
  • What You Need to Code in C++
  • Program Structure and Comments
  • Functions and Return Values
  • Variables and Data Types
  • Characters and Strings
  • Boolean Values
  • Constants
  • Operators
  • Basic Arithmetic
  • Advanced Data Types
  • Loops and Conditional Statements
  • Arrays and Pointers
  • Functions
  • Using Parameters with a Function Definition
  • Operator Overloading
  • Object Oriented Programming with C++
  • Inheritance Much, much more! 


Click here to download the book

No comments:

Post a Comment