Topic: Media Production House
Milestone-2
User Class
Field
string name,username,password
int age
Function
signIn()
logout()
Admin Class
Field
Int orderCount
Function
generateReport()
deleteClientAccount()
Client Class
Field
Int totalOrder
Function
selectDirector()
selectorActor()
sendMessage()
Employee Class
Field
Float salary
Function
replyClient()
assignActors()
viewActorsList()
Director Class
Field
String experience
string genre
Function
enableJobStatus()
disableJobStatus()
setJobPreferrence()
editRate()
Actor Class
Field
Float rate
Function
enableJobStatus()
setPreferrence()
Post Class
Field
Int totalPost
string post
Function
postMesasge()
postJobStatus()
ActorPost Class
Field
String jobType
Function
postJob()
editPost()
DirectorPost Class
Field
Int length
Function
postJobPreferrence()
editPost()
Hire Class
Field
Int rate,totalBill,amount
string jobType
Function
acceptJob()
rejectJob()
HireActor Class
Field
Int numberOfActors
string actorGenre
HireDirector Class
Field
String jobType
string jobSummary
Function
acceptJob()
rejectJob()
Taxable Interface
Field
Flaot totalAmount
string tinNumber
Function
calculteTax()