COURSE OBJECTIVES

To learn the fundamental programming concepts and methodologies which are essential to building good C/C++ program.

To demonstrate a thorough understanding of modular programming by designing programs which require the use of programmer-defined functions.

To impart the knowledge about pointers which is the backbone of effective memory handling.

To perform Inheritance, Overloading of operators, functions,constructors and File Handling

To demonstrate adeptness of object oriented programming in developing solutions to problems demonstrating usage of data abstraction, encapsulation, and inheritance.