Tag: science & technology

Questions Related to science & technology

  1. Extensibility

  2. Operator not limited to operate only with primitive Data Type

  3. Both A and B

  4. Operator's Scope is increased


Correct Option: C
  1. Cannot be inherited

  2. Can be inherited at all instances

  3. Can be inherited only if the derived class is inheriting from base class with public access level

  4. Can be inherited only if the derived class is inheriting from base class with private access level


Correct Option: D
  1. Base class

  2. Derived class

  3. Both A and B

  4. Anyone of the above


Correct Option: B
  1. static variables

  2. register variables

  3. global variables

  4. auto variables


Correct Option: C
  1. saves program development time

  2. code reusability

  3. data hiding

  4. A and B


Correct Option: D
  1. Extraction Operator

  2. Insertion Operator

  3. Questionmark Colon operator

  4. Scope resolution operator


Correct Option: D