The Total solution for NCERT class 6-12
float GetPrice () {return PRICE; }.Answer: Answer - void COSTLY () { GIFTS G; ifstream fin ("GIFTS.DAT" , ios : : binary); while (fin.read( (char *)&G, sizeof (G))) { if (G.GetPrlce () >2000) G.View (); } fin. close ();ORAny other correct equivalent function definition