Object Oriented Programming - Old Questions
Question Answer Details
10. Which functions can be used for reading and writing object? Describe briefly. Write a program that read values of two objects of student class(assume data members are sid , sname, and level) and display the data in monitor.
Answer
AI Generated Answer
AI is thinking...