If Mark sheet is the real world object then what are the classes, attributes and their values in according to the object oriented database management system model? – Part3
How to create mark sheet database of student is a real world object in according to the object oriented database management system model? – Part3
Connection between Student mark sheet database, Database of student and mark sheet detail of student
Student mark sheet database is oriented based object and it is divided
into two classes which one is the database of student is connected to the
strong line. The database of student is connected to the mark sheet detail of
student which is sub class of the Class ‘Database of Student’.
The Mark Sheet detail of student
There are seven fields or attribute of the sub class of ‘mark sheet
detail of student’. These fields hold numerical data type data in their value
of fields.
English is an attribute
that their value is val1. It is a subject of the student.
{English = Numerical data type}
Hindi is an attribute
that their value is val2. It is a subject of the student.
{Hindi = Numerical Data type}
Mathematics is an attribute
that their value is val3. It is a subject of the student.
{Mathematics = Numerical Data type}
Science is an attribute
that their value is val4. It is a subject of the student.
{Science = Numerical Data type}
SST is an attribute
that their value is val5. It is a subject of the student.
{SST = Numerical Data type}
Total is an attribute
that has function to calculate the values of all subjects.
{Total = Numerical Data type}
If the Total = [val1+val2+val3+…] = sum of the values.
Percent is the
attribute that their value is in the float value. Float is the data type which takes
also the decimal values. The sign of float is [%] which is also called modulus
function.
{Percentage = Float Data type}
If the Percentage = sum of values % Number of all subjects = values in
float.
Comments
Post a Comment