Answer to Question #508 in C++ for jennifer
Can I call a base constructor code from a class constructor?
1
2010-07-27T10:38:10-0400
No, you can’t. You can combine two constructors using the default configuration. Or you can place the
code in a closed function init().
Need a fast expert's response?
Submit order
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Learn more about our help with Assignments:
C++
Comments
Leave a comment