1,018 views
1 votes
1 votes

Which of the following is (are) not recommended in a header file?

a. Type definitions (typedefs)

b. Class definitions

c. Function definitions

d. Template definitions


I. d only

II. c only

III. b & c

IV. a & d

Please log in or register to answer this question.

Related questions

2 votes
2 votes
1 answer
1
sh!va asked Aug 10, 2016
15,018 views
If class A is friend of class B and if class B is friend of class C, which of the following is true?a. Class C is friend of class Ab. Class A is friend of class Cc. Class...
2 votes
2 votes
1 answer
2
sh!va asked Aug 11, 2016
306 views
What fearure(s) can differ between two overloaded functions?a. Number of parametrsb. type of parametersc. Return type.I. a , b, or cII.( a and b) or cIII. a and b onlyIV...
1 votes
1 votes
1 answer
4
Harikesh Kumar asked Jan 14, 2018
284 views
Output is? With explanation