0% found this document useful (0 votes)
7 views1 page

Bca C152 As01

The document is an assignment focused on Object-Oriented Programming (OOP) using C++. It includes questions on the compilation process, definitions of key concepts, differentiation between programming approaches, features of OOP, and explanations of functions and operators in C++. Additionally, it requests a program example for inline functions and explanations of control structures and iterative statements.

Uploaded by

aryanpandey9997
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views1 page

Bca C152 As01

The document is an assignment focused on Object-Oriented Programming (OOP) using C++. It includes questions on the compilation process, definitions of key concepts, differentiation between programming approaches, features of OOP, and explanations of functions and operators in C++. Additionally, it requests a program example for inline functions and explanations of control structures and iterative statements.

Uploaded by

aryanpandey9997
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

OBJECT ORIENTED PROGRAMMING USING C++

ASSIGNMENT 1

1. What do you understand by the compilation process of a C++ program?

2. What do you understand by object-oriented programming?

3. Differentiate between object-oriented programming and structure programming


approach?
4. Explain features of OOP’S.

5. Define following:

• Tokens
• Keywords
• Variable
• Data type
• SRO
• Namespaces
6. Define operator and explain different types of operators used in C++ with examples.

7. Define function and explain the different types of functions used in C++ with examples.

8. What is function overloading?

9. Write a program to explain the concept of inline function in C++.

10. Explain control structure / statements with appropriate flowchart and program.

11. Explain iterative statements with examples.

You might also like