I am writing a program for class and i need help. The instructions say; Design a class called Heading that has data members to hold the company name and the report name. A two-parameter default constructor should allow these to be specified at the time anew Heading object is created. If the user creates a Heading object without passing any arguments , "ABC Industries" should be used as a default value for the company name and "Report" should be used as a default for the report name. The class should have member functions to print a heading.
Can someone please tell me if I am heading in the correct direction and if not, then straighten me out, please.