📖 generic · 12th TN - English Medium · COMPUTER SCIENCE · Page 268question

Refer installation of MinGW in Annexure -2 · Part 10

Chapter 4: 6 · COMPUTER SCIENCE

following details Protected member Mark1 float Mark2 float Public members void Readmark(float, float); To accept mark1 and mark2 void Writemark(); To display the marks Create a class called Sports with the following detail Protected members score integer Public members void Readscore(int); To accept the score void Writescore(); To display the score The class Result is derived Publically from Test and Sports class contains the following details Private member Total float 12th Computer Chapter - - Importing C++ Programs in Python Public member void display() assign the sum of mark1, mark2, score in total. invokeWriteno(), Writemark() and Writescore(). Display the total also. Save the C++ program in a file called hybrid.

Write a python program to execute the hybrid.cpp . Write a C++ program to print boundary elements of a matrix and name the file as Border. cpp. Write a python program to execute the Border.cpp

Related topics

Have a question about this topic?

Get an AI answer grounded in your actual textbook — with the exact page reference.

Ask AI about this topic →