So if I have a class
class Transaction { int no; char dollar; public: Transaction(); ~Transaction(); }
And in my constructor / destr
No, it does not have to have code. In fact, in most languages you can leave it out and it will construct the class properly.