We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
First for this probem you must know the basics of oop as there's an inheritance and there's a method that needs to override in the child class so we must add virtual for the method in the parent class.
Hotel Prices
You are viewing a single comment's thread. Return to all comments →
First for this probem you must know the basics of oop as there's an inheritance and there's a method that needs to override in the child class so we must add virtual for the method in the parent class.