Question Detail

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
Similar Questions :

1. Every class has atleast one construtor

  • True
  • False

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

  • Virtual class
  • Abstract class
  • Singleton class
  • Friend class

3. How we mark the end of c++ statement

  • ;
  • :
  • >>
  • <<

4. Default constructor has how many arguments

  • 1
  • 2
  • 3
  • 0

5. Reference is like a

  • Pointer
  • Structure
  • Array
  • None of above
Read more from - C++ Programming Questions Answers - Chapter 1