download Mastguru Android App

Question Detail

What is abstract class

  • Whose objects cant be created
  • Whose objects can be created
  • Depends on class
  • None of above
Similar Questions :

1. Which is not C++ storage class

  • auto
  • register
  • static
  • iostream

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. Inline functions are invoked at

  • Run time
  • Compile time
  • Debug time
  • None of above

4. What is inheritance

  • Inheritance allows one class to reuse the state and behavior of another class.
  • It deals with dangling pointers
  • It deals with void pointers
  • It is type of class declaration

5. what is a class in c++

  • Class in a collection of objects
  • Class has noting to do with object
  • It just have declaration of few variables
  • None of above
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment