You are on page 1of 3

Department of Computing

CS 212: Object Oriented Programming


Class: BEE-14B
Fall 2023
Lab10: Classes, Abstractions, Polymorphism and functions
Date: 21-11-2023
Time: 2:00 – 5:00 pm
Lab Engineer: Mehwish Kiran
Name: Muhammad Huzaifa
CMS ID: 407955
Section: BEE-14B
Task no 1
Result

Conclusion:
The Object-Oriented Programming (OOP) lab experiment on abstraction and polymorphism has provided
valuable insights into the fundamental concepts of software design. Through the implementation of
abstraction, we successfully encapsulated complex functionalities, enhancing code modularity and
maintainability. Additionally, the application of polymorphism facilitated code flexibility and extensibility,
showcasing the power of dynamic method binding.

You might also like