OOPs Concepts
Programming and Technical
Programming
Program
Types of Constructors in C++
Read Solution (Total 5)
-
- The Three amigos are:
-> James Rumbaugh (OMT): A veteran in analysis who came up with an idea about the objects and their Relationships (in particular Associations).
-> Grady Booch: A veteran in design who came up with an idea about partitioning of systems into subsystems.
->Ivar Jacobson (Objectory): The father of USECASES, who described about the user and system interaction. - 10 years agoHelpfull: Yes(0) No(0)
- 1.default constructor
2.parameterised constructor - 9 years agoHelpfull: Yes(0) No(0)
- DEFAULT constructors
PARAMETERIZED constructors
COPY constructors - 9 years agoHelpfull: Yes(0) No(0)
- there are three types of constructors in c++ are
1. Default Constructor
2. Parameterised Constructor
2. Copy Constructor - 6 years agoHelpfull: Yes(0) No(0)
- • Default constructor
• Parametric constructors
• Overloaded constructors
• Copy constructor
• Explicit constructor - 6 years agoHelpfull: Yes(0) No(0)
OOPs Concepts Other Question