a. default constructor c. copy d. parametrized..... in b it should recieve reference
On Aug 30, 9:24 pm, Anuj kumar <[email protected]> wrote: > 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) { } > Ans:B > > how plz give reason.. -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en.
