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