Simple Object Oriented Langm Exercises

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Employee

stri ng name
int age
stri ng bloodgroup

Customer
string CustID
string dateOfMembership
string CustType

Customer
string CustID
string dateOfMembership
string CustType

Employment
string CompanyName
string empId
double salary
string designation

PersonalInfo
string name
string age
string address

PersonalInfo
string name
string age

Address
string street
string city

You might also like