download Mastguru Android App

Question Detail

Can we overload constructors in C++

  • Yes
  • No
Similar Questions :

1. Which operator is used to define a member of a class from outside the class definition

  • ->
  • ::
  • .
  • >>

2. What is getline() in c++

  • getline() extract the delimeter newline character from the input stream
  • getline() does not extract the delimeter newline character from the input stream
  • None of above

3. C++ programs must contain

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

4. Which is boolean operator for logical and

  • &
  • ||
  • &|
  • &&

5. 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
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment