In c + + when you create a class and you don't want to put the class and the main program in one source file and let's say you create two separate source files one for the class and one for the program how do you make use of the class in the source file for the main program
+2
Answers (1)
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “In c + + when you create a class and you don't want to put the class and the main program in one source file and let's say you create two ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Home » Computers & Technology » In c + + when you create a class and you don't want to put the class and the main program in one source file and let's say you create two separate source files one for the class and one for the program how do you make use of the class in the source