pls help Fish have different species, sizes, colours and favourite foods. They can swim, `blub`, and attempt to eat food (which can be successful or not—depending on what it is). Fish live in aquariums that are of particular volumes and shapes. Aquariums have different kinds of lights, gravel, and filtration technology. Fish can also fight with one another… it is all very exciting. Create class diagrams for the candidate entities in the above paragraph. You can do the UML ascii art style or submit physically. Create a code to implement one of the classes from the above question. Any functions can be left as stubs (empty bodies), however, please include a fully implemented constructor that would set up the class with the appropriate data. Use proper programming style and structure.
pls help
Fish have different species, sizes, colours and favourite foods. They can swim, `blub`, and attempt to eat food (which can be successful or not—depending on what it is). Fish live in aquariums that are of particular volumes and shapes. Aquariums have different kinds of lights, gravel, and filtration technology. Fish can also fight with one another… it is all very exciting.
Create class diagrams for the candidate entities in the above paragraph. You can do the UML ascii art style or submit physically.
Create a code to implement one of the classes from the above question. Any functions can be left as stubs (empty bodies), however, please include a fully implemented constructor that would set up the class with the appropriate data.
Use proper
Step by step
Solved in 3 steps
Hi could you please make the code implemention in c++ thanks