You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OOP Challenge|| Java project simulating a burger ordering system with three burger types: Hamburger, HealthyBurger, and DeluxeBurger. Supports customizable additions, price calculation, and restriction of extra items on DeluxeBurger. Demonstrates inheritance, method overriding, and encapsulation.