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

Today Task

The document outlines tasks for creating a Student class with encapsulation for name and marks, a Person class inherited by an Employee class, and a Bank system utilizing encapsulation, inheritance, and polymorphism. It also includes the creation of a Book class for securely storing book details and an Employee salary system. These tasks emphasize object-oriented programming principles.

Uploaded by

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

Today Task

The document outlines tasks for creating a Student class with encapsulation for name and marks, a Person class inherited by an Employee class, and a Bank system utilizing encapsulation, inheritance, and polymorphism. It also includes the creation of a Book class for securely storing book details and an Employee salary system. These tasks emphasize object-oriented programming principles.

Uploaded by

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

Today Task

Create a class Student that stores name and marks using encapsulation.

Create a Person class and inherit it in Employee class.

Create a Bank system with different bank types.( Encapsulation + Inheritance +

Polymorphism)

Create a Book class that stores book details securely.

Create Employee salary system.

You might also like