aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • C++ Programming Fundamentals
  • The function which is not in the scope of any class is ca...
Multiple choice

The function which is not in the scope of any class is called

  1. inline function

  2. static function

  3. friend function

  4. none of these

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This is the function which is not in the scope of any class and acts as friend to all classes. 

Keep practicing — related questions

  • Which of the following functions is not in the scope of the class to which it has been declared?
  • Which of the following functions is created by the compiler when no constructor is created or supplied by t...
  • _________ is a function that can be called using class name.
  • A __________function is used for accessing the non-public members of a class.
  • During Compilation, The function call is replaced by function code for which function?
  • During Compilation, The function call is replaced by function code for which function?
  • Which of the following objects in C++ does not take any arguments?
  • The static member functions have a class scope and they have access to the 'this' pointer of the class.
Play the full quiz 🎤 Practise this topic out loud

Practice this topic

  • Object-Oriented Programming (2239 questions)
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy