download Mastguru Android App

Question Detail

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
Similar Questions :

1. Which among following has invalid syntax ?

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

2. Reference is like a

  • Pointer
  • Structure
  • Array
  • None of above

3. expression x.y represents as

  • member x of object y
  • member y of object x
  • member y of object pointed by x
  • all of above

4. Which operator is used for comparing two variables

  • :=
  • =
  • =:
  • ==

5. What is abstract class

  • Whose objects cant be created
  • Whose objects can be created
  • Depends on class
  • None of above
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment