You are on page 1of 7

Standard Version of WPS Office Suite with PDF Editor - https://www.wps.

com

AIM

In the modern world of Information technology,


Object Oriented Programming has become the most
preferred approach for software development. It offers a
powerful way to cope withthe complexity of real-world
problems. Among the OOP languages available, C++ is
the primitive language that develops a fundamental
understanding of Object-Oriented Concepts. This course
enables students to develop programs in *C+-+” using
Object Oriented Programming approach.
Standard Version of WPS Office Suite with PDF Editor - https://www.wps.com

Course outcome addressed

a. Develop C++ programs to solve problems using


Procedure Oriented Approach.

b. Develop C++ programs using classes and objects.

c. Implement Inheritance in C++ program.

d. Use Polymorphism in C++ program.

e. Develop C++ programs to perform file operations.


Standard Version of WPS Office Suite with PDF Editor - https://www.wps.com

C++ Code Features

01. NEW ACCOUNT

02. DEPOSIT AMOUNT

03. WITHDRAW AMOUNT

04. BALANCE ENQUIRY

05. ALL ACCOUNT HOLDER LIST

06. CLOSE AN ACCOUNT

07. MODIFY AN ACCOUNT


Standard Version of WPS Office Suite with PDF Editor - https://www.wps.com
Standard Version of WPS Office Suite with PDF Editor - https://www.wps.com
Standard Version of WPS Office Suite with PDF Editor - https://www.wps.com

Skill Developed /
Learning outcomes of
this Micro-Project

Increase knowledge about using the c++ language

Increase communication skill

Know about how to create a bank management system in


c++.
Standard Version of WPS Office Suite with PDF Editor - https://www.wps.com

conclusion

C++ is a highly portable language and is often the


language of selection for multi-device, multi-platform app
development. C++ is an object-oriented programming
language and includes concepts like classes, inheritance,
polymorphism, data abstraction, and encapsulation which
allow code reusability and make programs very
maintainable.

You might also like