download Mastguru Android App

Question Detail

Which of the following cannot be passed to a function ?

  • Array
  • Reference variable
  • Object
  • File
Similar Questions :

1. Classes that can be used to instantiate objects are called concrete classes.

  • True
  • False

2. Can we define array of classes in c++ ?

  • Yes
  • No

3. Inheritance is referred to as

  • “is a” relationship
  • "have a" relationship
  • both of above
  • none of above

4. A class having no public constructors is

  • A public protected class
  • A public class
  • A protected class
  • A private class

5. The derived class constructor

  • never passes any values to base class constructor
  • can pass arguments only to one base class constructor function
  • is responsible for passing the entire test of arguments needed by base class constructors
  • none of above
Read more from - C++ Programming Questions Answers - Set 2
Post a comment