Question Detail

All members of class have which access to its members

  • private
  • public
  • protected
  • depends
Similar Questions :

1. C++ programs must contain

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

2. Which type of variables can be referred from anywhere in the c++ code

  • All variables
  • Local variables
  • Universal variables
  • Global variables

3. Which is not a correct variable type

  • float
  • int
  • double
  • real

4. How we define our name for constants

  • #constant
  • #define
  • #define_constant
  • #constant_define

5. Every class has atleast one construtor

  • True
  • False
Read more from - C++ Programming Questions Answers - Chapter 1