aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • C++ Object Oriented Programming Fundamentals
  • A constructor which takes arbitrary number of arguments i...
Multiple choice

A constructor which takes arbitrary number of arguments is called

  1. default constructor

  2. parametrised constructor

  3. copy constructor

  4. multi constructor

  5. constructor overloading

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Copy constructor takes one argument.

Keep practicing — related questions

  • A constructor with arguments is called
  • If there are more than one constructors in a class, then it is termed as ____________.
  • A constructor that accepts no parameters is called the ___________
  • Which of the following types of constructor is a parameterized constructor using which one object can be co...
  • When two or more constructor functions with the same name but with different function signatures act in the...
  • Which of the following types of constructor function should be used to initialise the various data elements...
  • Default constructor has
  • If a constructor is defined with arguments, a default constructor is still provided automatically
Play the full quiz 🎤 Practise this topic out loud

Practice this topic

  • Object-Oriented Programming (2239 questions)
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy