A
Anonymous
Book Info Display - Copy this React, Tailwind Component to your project
Write a C++ program to create a class Book with private data members title, author, and price. Implement a parameterized COnstructor to initialize these members and a destructor to display a message when a Book Object is destroyed. Demonstrate the creation and destruction of Book objects in the program
Prompt
