Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Flash XML Applications Use AS2 And AS3 To Create Photo Galleries Menus And Databases

Authors: Joachim Schnier

1st Edition

0240809173, 978-0240809175

More Books

Students also viewed these Databases questions

Question

Explain the various methods of job evaluation

Answered: 1 week ago

Question

Differentiate Personnel Management and Human Resource Management

Answered: 1 week ago

Question

Describe the functions of Human resource management

Answered: 1 week ago

Question

How many Tables Will Base HCMSs typically have? Why?

Answered: 1 week ago

Question

What is the process of normalization?

Answered: 1 week ago