Are Constructors and destructors can declare as const?
Answer:
Constructors and destructors can’t be declared const or volatile. They can, however, be invoked on const or volatile objects.
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
Answer:
Constructors and destructors can’t be declared const or volatile. They can, however, be invoked on const or volatile objects.
need an explanation for this answer? contact us directly to get an explanation for this answer