The LinkedList class specification is defined in the source file.

Skill/Topic: Linked List
A) True
B) False
Explanation: The LinkedList class specification is defined in the header file, and the implementation is defined in the source file.

Showing Answers 1 - 1 of 1 Answers

samiksc

  • Jan 20th, 2006
 

True:

In case of C/C++ a class declaration is generally kept in the header file and the definition is written in source files. But it is possible that both declaration and definition are written in the source file.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions