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

Bca C152 As01

The document outlines an assignment on Object-Oriented Programming using C++, covering topics such as the compilation process, definitions of key concepts, and differences between programming approaches. It includes questions on features of OOP, types of operators and functions, function overloading, inline functions, control structures, and iterative statements. The assignment requires both explanations and practical programming examples.

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)
4 views1 page

Bca C152 As01

The document outlines an assignment on Object-Oriented Programming using C++, covering topics such as the compilation process, definitions of key concepts, and differences between programming approaches. It includes questions on features of OOP, types of operators and functions, function overloading, inline functions, control structures, and iterative statements. The assignment requires both explanations and practical programming examples.

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