🎓 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:


🔵 Unit 1: Introduction to Object-Oriented Programming

(Answer the following questions)

  1. Differentiate between Procedural Programming and Object-Oriented Programming with examples.
  2. List and explain any four features of Object-Oriented Programming.
  3. Write short notes on:
  4. What are the real-world applications of OOP? List at least three and explain how OOP benefits them.
  5. "Everything in C++ is associated with classes and objects." Explain this statement with an example.