Problem Statement
Create three files: Main.java, PersonProfile.java, and StudentProfile.java. Use inheritance so StudentProfile extends PersonProfile and print the full report.
DEMO-OOP-33 โข Object Oriented Programming
Create three files: Main.java, PersonProfile.java, and StudentProfile.java. Use inheritance so StudentProfile extends PersonProfile and print the full report.
Input is given as whitespace-separated tokens for the base-class fields first, followed by the child-class fields.
Print the exact multiline report required by the problem.
Submit runs every public testcase in this browser. Results and code never leave this device.
Lina 20 S10
Name: Lina Age: 20 Student ID: S10
Omar 22 S20
Name: Omar Age: 22 Student ID: S20
C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.
/workspace/question