Characteristics of Procedure-oriented Programming (C):
Emphasis is on doing things (algorithms)
Larger programs are divided into smaller programs known functions.
Most of the functions share global data.
Data move openly around the system from function to functions
Functions transforms data from one form to another
Employs TOP-DOWN approach in program design.
Object-oriented programming
This programming approach is developed to reduce the some of the drawbacks encountered in the Procedure Oriented Programming approach.
The OOProgramming approach treats data as critical element and does not allow the data to flow freely around the program.
It bundles the data more closely to the functions that operate on it; it also protects data from the accidental modification from outside the function.
The object oriented programming approach divides the program into number of entities called objects and builds the data and functions that operates on data around the objects...........
This book has been written for the Medical/Pharmacy/Nursing/ME/M.TECH/BE/B.Tech students of All University with latest syllabus for ECE, EEE, CSE, IT, Mechanical, Bio Medical, Bio Tech, BCA, MCA and All B.Sc Department Students.
The basic aim of this book is to provide a basic knowledge in Programming in C++.
Programming in C++ Syllabus students of degree, diploma & AMIE courses and a useful reference for these preparing for competitive examinations.
All the concepts are explained in a simple, clear and complete manner to achieve progressive learning.
This book is divided into five chapters. Each chapter is well supported with the necessary illustration practical examples.