download Mastguru Android App

Question Detail

Every class has atleast one construtor

  • True
  • False
Similar Questions :

1. C++ programs must contain

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

2. Can #define accept parameters

  • Yes
  • No

3. All members of class have which access to its members

  • private
  • public
  • protected
  • depends

4. expression x.y represents as

  • member x of object y
  • member y of object x
  • member y of object pointed by x
  • all of above

5. Which of the following type of class allows only one object of it to be created

  • Virtual class
  • Abstract class
  • Singleton class
  • Friend class
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment

  • Buff 12 years ago

    I had no idea how to appoarch this before-now I'm locked and loaded.