BALAGURUSWAMY C++ PDF BOOK
C is a powerful system programming language, and C++ is an excellent general purpose programming language with modern bells and whistles.
C++ introduces object-oriented programming (OOP) features to C. It offers classes, which provide the four features commonly present in OOP (and some non-OOP) languages: abstraction,encapsulation, inheritance, and polymorphism. One distinguishing feature of C++ classes compared to classes in other programming languages is support for deterministic destructors, which in turn provide support for the Resource Acquisition is Initialization (RAII) concept.
DOWNLOAD LINK :- C++ BOOK
nice book , thanks for sharing see more : http://programesecure.com/object-oriented-programming-with-c/
ReplyDelete