Question
code must be text and not image with spaces (just copy paste the code and screenshot the output) also code must be documented. I won't
code must be text and not image with spaces (just copy paste the code and screenshot the output) also code must be documented. I won't forget to give you thumbs up if you meet the requirements.
write C++ classes considering OOP principles.
Write a C++ class about a Computer that has two private properties. This class should have a constructor that initializes its private properties and one public method that prints Computer informations.
Write a class about a Labtop that has one private property. This class should extend the Computer class that described in item one. Also this class should have a constructor to initializes its properties and a method that prints Labtop informations.
Write a function in the Laptop class that take an integer array as a parameters an returns an array with reversed elements of the given array data.
Write a main function and create two different Labtop objects and test all method of the objects (write outputs and use a screenshot of the output)
Part 2 Write a Python function that takes two dimensional array as a parameter and returns an array that holds sum of each rows. (you must use the while loop). If the two dimensional array holds: 1 2 3 4 5 6 7 8 9 Then your function should return an array that holds: 6, 15, 24
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started