Jump to content

oop php


Juka

Recommended Posts

Hello!

I recently started programming in oop php.

I have a school assignment where I'm stuck. I need to do this with oop.

 

I need to create an application that prints a list of products (preparing for the web shop):

I have 3 different types of products:

- car

- fuel - only a certain type of fuel goes into certain cars

- oil - only a certain type of oil goes in a certain car

Each product has its own attributes (eg, name, price, ...)

Every car has a list of related products according to the above rules.

 

I'm not sure how to start. I would appreciate any help.

Thanks in advance!

 

Link to comment
https://forums.phpfreaks.com/topic/248148-oop-php/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.