Programming - Constructor - Discussion

You Are Here :: Home > C++ Language > Constructor - Discussion

 



Q.

Given a class named Book, which of the following is not a valid constructor?                         


A. Book ( ) { } B. Book ( Book b) { }
C. Book ( Book &b) { } D. Book (char* author, char* title) { }

Answer: Option B
Explaination:

 


No Explanation




Discussion

Your Comments Goes here...
NameDiscussion