Question Detail

All members of class have which access to its members

  • private
  • public
  • protected
  • depends
Similar Questions :

1. Meaning of PDB

  • Physical Database File
  • Program Database File
  • Program Direct File
  • None of above

2. If no constructor is there, then compiler assumes the class to have a default constructor with no arguments

  • True
  • False

3. Which class has only one unique value for all the objects of class

  • this
  • friend
  • static
  • none of above

4. Default constructor has how many arguments

  • 1
  • 2
  • 3
  • 0

5. C++ programs must contain

  • start()
  • system()
  • main()
  • program()
Read more from - C++ Programming Questions Answers - Chapter 1