Math, asked by armanyuvi1, 1 month ago

Choose the correct option. A programmer is making a database of animals in a zoo along with their properties. The possible animals are dog, lion and zebra. Each one has attributes as herbivorous, color and nocturnal. The programmer uses the object-oriented programming paradigm for this. How will the system be conceptualized?​

Answers

Answered by Deepankar07
1

Step-by-step explanation:

The system must be designed in the following way - class: Animal; objects: dog, lion and zebra; data members: is Herbivorous, color and is Nocturnal. The Object Oriented Programming is referred as the model of programming language that is organized around the objects rather than the "actions" and data than the logic. A program is generally viewed as the logical procedure which takes the input data and produces output after processing it.

For more information visit:

1. https://brainly.in/question/12462051

Hope this will help you!!

Thank You and Best of Luck

Similar questions