Computer Science, asked by putririska4023, 10 months ago

The process of initializing through a copy constructor is known as

Answers

Answered by pragyamishra13
1

It is automatic initialization of objects ☺

Answered by biswajit2002sl
0

Answer:

It is known as Copy initialization.

Explanation:

Copy Initialization means :

  • whenever any kind of named variable whether it is automatic or static or maybe a thread local of a non reference type represented by T is declared along with initializer which consists of the "=" sign and thereby followed by an expression.
  • when a named variable of any scalar non reference type T is declared with the initializer that consists of '=' sign followed by '(' ')' expressions.
  • any passing of any argument to the particular function by a value
  • performing return operation from the function
  • catch or throw the value exception.

#SPJ3

Similar questions