Saved Bookmarks
| 1. |
Create a class 'simp_interest' with three constructors which are:1-having no parameter;2-having someparameterto calculate simple interest;3 -having one reference objectas parameterfor copying value of one object to another object. Createobjects of the 'simp_interest' class to call 1,2,3 constructorsand print their valuesin float type.Implementthis program using heap memory allocation. |
|
Answer» ONG>Answer: I can't understand anything. |
|