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 among following has invalid syntax ?

  • #include
  • #include file
  • #include "file"
  • None of above

2. Meaning of STL

  • Standard Tree Library
  • Standard Term Library
  • Standard Template Library
  • None of above

3. How we define our name for constants

  • #constant
  • #define
  • #define_constant
  • #constant_define

4. Which of the following cannot be inherited from the base class

  • Constructor
  • Friend
  • Both A and B cannot be inherited
  • Both A and B can be inherited

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