

Computer
Lab includes the programs while are written in C and C++ language.
It includes the programs of C Language like Function, Array, String,
pointer, Structures and Data Structure etc.
Object Oriented Programming (OOP) is an approach to program organization
and development that attempts to eliminate some of the pitfalls
of conventional programming method by combining the best of structure
programming feature with several powerful new concepts. Object oriented
programming is the recent concept among programming paradigm. It
is define as “An approach that provides a way of modularizing
programs by creating portioned memory area for both data and functions
that can be used as templates for creating copies of such modules
on demand”.
Some
of the powerful features introduced in OOP’s are
Data Hiding Concept
Data abstraction and Encapsulation
Inheritance
Polymorphism
|