Question Detail

Which is boolean operator for logical and

  • &
  • ||
  • &|
  • &&
Similar Questions :

1. C++ programs must contain

  • start()
  • system()
  • main()
  • program()

2. What is polymorphism

  • Ability to take more than one form
  • Ability to destroy destructor
  • Ability to create constructor
  • None of above

3. Constructor is

  • A class automatically called whenever a new object of this class is created
  • A class automatically called whenever a new object of this class is destroyed
  • A function automatically called whenever a new object of this class is created
  • A function automatically called whenever a new object of this class is destroyed

4. Default constructor has how many arguments

  • 1
  • 2
  • 3
  • 0

5. What is the meaning of base class in C++

  • Another class got inherit from this class
  • It inherit other class
  • It has a pointer variable
  • It is the first class declared
Read more from - C++ Programming Questions Answers - Chapter 1