Question:What is overloading constructor? 

Answer Constructor overloading in C# is a type of Static Polymorphism. Using constructor overloading, any number of constructors can be defined for the same class. But ensure each constructor must have different number and type of parameters defined. 

+ Report
Total Preview: 823
What is overloading constructor?
Copyright © 2024. Powered by Intellect Software Ltd