download Mastguru Android App

Question Detail

What is object in C++ ?

  • Object is part of syntax of a class.
  • Object is datatype of a class.
  • Object is an instance of a class.
  • Object is function of a class.
Similar Questions :

1. Inheritance is transitive in nature.

  • True
  • False

2. Which of following valid option will not return a value in c++ ?

  • free
  • void
  • empty
  • null

3. Which of the following cannot be passed to a function ?

  • Array
  • Reference variable
  • Object
  • File

4. Can we define array of classes in c++ ?

  • Yes
  • No

5. Classes in c++ are ?

  • Fundamental data type
  • Primitive data type
  • Desired data type
  • Not defined
Read more from - C++ Programming Questions Answers - Set 2
Post a comment