Suppose a publisher is going to market its book and audiocassette. Write
C# windows application with following tasks.
1. Publication class with data member title, price
2. two derived classes book(Page_count) and tape (playing time)
3.Every class should have getdata() and putdata() member function
Write the main() function to test the program.
Comments
Leave a comment