CSC166 Object Oriented Programming

Object Oriented ProgrammingTU Board 2081

Create a class BOOK with data members name and price. Write a member function that will take two objects of BOOK class and return the object with lower price.

5
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