Object Oriented Programming - CS125
Object Oriented Programming - CS125
Write a Program to develop a Class Student with the detail as given below:
Student has Roll No, Name and Marks as Data members
Set Marks (to assign value of Marks) as member function
Show Result( to display values) as member functions.