Print

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 6

Object Oriented Programming using C++ LAB

PRACTICAL FILE

SUBMITTED IN THE PARTIAL FULFILLMENT OF


THE DEGREE OF

BACHELOR OF BUSINESS ADMINISTRATION(CAM)

(2022-2025)

SUBMITTED BY:
UJJVALADITYA
PANDEY ENROLLMENT
NO.: 00821001922
UNDE THE GUIDANCE OF

Dr. Mahesh Sharma

(Vice Principal, BBA 1st Shift)

IDEAL INSTITUTE OF MANAGEMENT & TECHNOLOGY

(AFFILIATED TO GURU GOBIND SINGH INDRAPRASTHA UNIVERSITY,


DELHI
ACKNOWLEDGEMENT

I am preparing this practical file of Object Oriented Programming


using C++ Lab for the program of Bachelor of Business
Administration (CAM) for Ideal Institute of Management &
Technology, Affiliated to Guru Gobind Singh Indraprastha
University.

It has been a great challenge but a plenty of learning and opportunities


to gain a huge amount of knowledge on the way of preparing this file.
I could not have completed my work without the constant guidance of
Dr. Mahesh Sharma, my faculty, who helped me along the way and
was always prepared to give me feedback and guidelines whenever I
needed it.

UJJVALADITYA PANDEY

Enroll. no.: 00821001922


TABLE OF CONTENT

S.NO. TITLE
1 Introduction to C++
2 About Borland C++
3 Basic Program Using C++
4 Basic Addition Program Using C++
5 Basic Multiplication Program
6 Decimal Division Using C++
7 Multiplication Table Using C++
8 Increment Operator Program
9 Decrement Operator Program
10 Factorial Program Using C++
11 Positive Number Checker Program
12 Grade Checker Program
13 Array Program Using C++
14 Odd & Even Using C++
15 Switch Arithmetic Program
16 Constructor
17 Destructor
18 Inheritance

19 FOR Operator

20 Call by Reference

21 Employee ID program Using C++

22 Vowels Using IF ELSE IF

23 Vowels Using IF

24 Nested While Program Using C++

25 Star Pattern Nested

26 Thank You
Introduction To C++

C++ is a powerful and widely-used programming


language created by Bjarne Stroustrup, a Danish
computer scientist, in the late 1970s and early
1980s. Stroustrup wanted to enhance the C
language to support the principles of OOP, such as
encapsulation, inheritance, and polymorphism. He
aimed to design a language that would enable
efficient and flexible programming while
leveraging the existing C ecosystem.
C++ has found extensive use in various domains
due to its flexibility and efficiency. It is widely
used for system software development, game
development, embedded systems, scientific and
numerical computing, graphics programming,
finance, and high-performance applications.
Popular software like operating systems, browsers,
game engines, database systems, and resource-
intensive applications are often developed using
C++.
About Borland C++

The text editor that we are using in our C++ Lab is


Borland C++ it is a text editor and integrated
development environment (IDE) that was popular
during the late 1980s and 1990s. It was developed
by Borland International and provided a powerful
and user-friendly environment for writing,
compiling, and debugging C and C++ programs.

Borland C++ played a significant role in


popularizing C++ as a programming language and
encouraging the adoption of object-oriented
programming practices. It provided developers
with an accessible and productive environment for
harnessing the capabilities of C++.

You might also like