CSC166 Object Oriented Programming

Object Oriented ProgrammingTU Board 2079

What is aggregation? Write a program for implementing following: Create a class author with attributes name and qualification. Also create a class publication with pname. From these classes derive a…

10

What is aggregation? Write a program for implementing following:

Create a class author with attributes name and qualification. Also create a class publication with pname. From these classes derive a classes derive a class book having attributes title and price. Each of the three classes should have getdata() method to get their data from user. The classes should have putdata() method to display the data. Create instance of the class book in main.

A worked answer is on its wayMeanwhile, read the Object Oriented Programming notes for this topic.

Discussion

Loading…

More Object Oriented Programming questions

All Object Oriented Programming old questions