C++ concepts

Description: C++ concepts
Number of Questions: 5
Created by:
Tags: c++
Attempted 0/5 Correct 0 Score 0
  1. Automatic

  2. Global

  3. Static

  4. External


Correct Option: A,C,D

Which of the following statements are true?a. By default,all members of structure are private.b.new and delete operator can be overlaodedc.friend fucntion can overload [],(),= operators.

  1. a only

  2. a and b

  3. b only

  4. none of the above


Correct Option: C

During Compilation, The function call is replaced by function code for which function?

  1. Virtual functions

  2. Inline functions

  3. Static functions

  4. Friend functions


Correct Option: B
  1. Encapuslation

  2. Abstraction

  3. Information Hiding

  4. Polymorphism


Correct Option: B
- Hide questions