Home » C++ Programming » Constructors and Destructors

What happens when a class with parameterized constructors and having no default constructor is used in a program and we create an object that needs a zero-argument constructor?

← Previous Next →

Discussion & Comments

No comments yet. Be the first to comment!