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. What is the meaning of base class in C++

  • Another class got inherit from this class
  • It inherit other class
  • It has a pointer variable
  • It is the first class declared

2. Which operator is used for comparing two variables

  • :=
  • =
  • =:
  • ==

3. C++ programs must contain

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

4. Inline functions are invoked at

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

5. Which of the following functions below can be used Allocate space for array in memory

  • calloc()
  • malloc()
  • realloc()
  • All of above
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment