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. Meaning of PDB

  • Physical Database File
  • Program Database File
  • Program Direct File
  • None of above

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

  • calloc()
  • malloc()
  • realloc()
  • All of above

3. Dereference operator is also called as

  • pointer
  • Reference operator
  • Offset operator
  • Deoffset operator

4. Can #define accept parameters

  • Yes
  • No

5. cout is declared in the _____ standard file within the std namespace

  • outstream
  • stdin
  • iostream
  • None of above
Read more from - C++ Programming Questions Answers - Chapter 1