download Mastguru Android App

Question Detail

All members of class have which access to its members

  • private
  • public
  • protected
  • depends
Similar Questions :

1. ios::ate is used for

  • Set the initial position at the start of the file
  • Set the last position at the end of the file
  • Set the initial position at the end of the file
  • Set the last position at the start of the file

2. Meaning of PDB

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

3. Which is not C++ storage class

  • auto
  • register
  • static
  • iostream

4. Inline functions are invoked at

  • Run time
  • Compile time
  • Debug time
  • None of above

5. What is abstract class

  • Whose objects cant be created
  • Whose objects can be created
  • Depends on class
  • None of above
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment