Classes Objects C++ to display the n terms of odd natural number and their sum

Write a program in C++ to display the n terms of odd natural number and their sum like:
1 3 5 7 … n using classes and objects.