Abstraction in C++ Exercise I


Ques 1 Abstraction


How many instances of an abstract class can be created?
  a) 1
  b) 0
  c) 2
  d) As many user want


b is the correct option