Computer Science, asked by boopathiraja16, 6 months ago

Discuss the benefits of constructor overloading ?

Answers

Answered by itzzzzmee
1

Explanation:

Benefits of constructor overloading in C++ is that, it gives the flexibility of creating multiple type of objects of a class by having more number of constructors in a class, called constructor overloading. In fact, it is similar to C++ function overloading that is also know as compile time polymorphism.

MARK ME AS BRAINIST PLZ

Similar questions