Object Oriented Programmimg Micro Project Proposal ON Hotel Mangement System
Object Oriented Programmimg Micro Project Proposal ON Hotel Mangement System
Software Oracle 1
Microsoft world
Class snacks
{
Public:
Void f2 ( )
{
Cout<<”1)fries\n 2)Nuggets\n 3) cheese shots\n”;
}
};
Class main course
{
Public:
Void f3( )
{
Cout<<”1) Paneer butter\n 2)Palak paneer\n 3)Dal\n”;
}
};
Class soup
{
Public:
Void f4( )
{
Cout<<”1)Tomato\n 2)Manchurian\n 3)Corn\n”;
}
};
Class ice
{
Public:
Void f5( )
{
Cout<<”1)Mango\n 2)Vanilla\n 3)Chocolate\n”;
}
};
Class menu: public snack, public main course, public soup, public ice {
Public:
Int op;
Void A( )
{
Cout<<”\t\t menu card\n”;
Cout<”1)Snacks\n 2)Main course\n 3)soup\n 4)ice cream\n”;
Cout<<”choose any 1 of the above \n”;
Cin>>op:
}
};
Void main( ) {
clrscr( ); menu.
s1; s1. f1( ); if
(s1.op==1) s1.
f2( ); Else if
(s1.op==2);
{ s1.f3 ( );
}
Else if (s1.op==3)
{ s1. f4 ( );
}
Else if (s1.op==4) {
s1. f5 ( );
}
Else Cout<<”wrong input\n”;
Getch( );
}
7.0 Skill developed learning outputs of micro project:-
➢ Time Management.
➢ Stress Management.
➢ Study Skills.
➢ Money Management.
➢ Assertiveness Skills.