Book on “Object Oriented Programming”
This book “Object Oriented Programming” is about basic idea towards object oriented programming with C++ and Java. It provides clear view towards object oriented mechanism adapted in programming languages. It provides a preliminary study on understanding C++ and Java with several illustration program. It affords procedural footsteps and comparative study over various characteristics of Object Oriented Programming Languages.
Unit I: Introduction towards Object Oriented Programming concepts in C++. Outline about C++ native types, functions, pointers and Abstract Data types.
Unit II: Outline to OOP Characteristics in C++ like Object, Data abstraction and Hiding, Member Functions and Polymorphism. Data abstraction is customized through Iterators and Containers.
Unit III: Transient awareness on Generic Programming, Inheritance and Exception handling. Brief knowledge over Generic programming with templates and Standard Template Library. It gives overview on OOP using C++ along with Generic Programming.
Unit IV: Provides a procedure for writing, compiling and executing a Java program. Contributes a knowledge on datatypes, variables, arrays, operators, control flow and structure statement. A preliminary confab over object oriented programming’s inheritance in Java.
Unit V: Provides a study over strings, Input / Output streams, exception handling and threading. Building up package and Interface with knowledge for utilizing based on user defined.