Template class : Write a template class and add two number. Test integer and double type value inside main.

 

Template class : Write a template class and add two number. Test integer and double type value inside main.

  • define Template
  • define class
  • variable should be Template type
  • add two number 
  • test inside main
Sum of integer number :3 
Sum of double number :3.5

0 Comments