Question Detail

Can we define array of classes in c++ ?

  • Yes
  • No
Similar Questions :

1. When a derived class inherits from many base classes, this process is known as ?

  • multiple inheritance
  • multilevel inheritance
  • default inheritance
  • multiplex inheritance

2. Data members and member functions are enclosed within ?

  • union
  • structure
  • class
  • array

3. A class having no public constructors is

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

4. An explicitly defined destructor function

  • may be virtual
  • may not be virtual
  • will always be virtual
  • will never be virtual

5. && means ?

  • Logical OR
  • Bitwise OR
  • Logical AND
  • Bitwise AND
Read more from - C++ Programming Questions Answers - Set 2