🎓 C++ Programming Assignment – Units 1, 2 & 3
Course Title: Object Oriented Programming in C++
Assignment No.: 1
Units Covered: Unit 1, Unit 2, and Unit 3
Submission Deadline: 2025-06-20
Full Marks: 25
Instructions:
- Attempt all questions.
- Programming questions must be typed, compiled, and submitted with output.
- Write clean and well-commented code.
- Theory answers should be concise but informative.
🔵 Unit 1: Introduction to Object-Oriented Programming
(Answer the following questions)
- Differentiate between Procedural Programming and Object-Oriented Programming with examples.
- List and explain any four features of Object-Oriented Programming.
- Write short notes on:
- What are the real-world applications of OOP? List at least three and explain how OOP benefits them.
- "Everything in C++ is associated with classes and objects." Explain this statement with an example.