OpenTechBook
  • Home
  • Open Books
    • All Open Books

    • Free eBooks
    • Free Magazines
    • Free Journals

    • Submit an Open Book
  • Quizzes
Home » Quiz » C++ Quiz

The keyword _______ is used to access the base class’s members in the derived class. 

Difficulty level
  • super 
  • this 
  • parent 
  • base
In C++, the "base" keyword is not actually used. The correct way to access base class members is through the use of the base class name or the scope resolution operator. However, "base" is a term from C#.
Add your answer
Loading...
Facebook Twitter Linkedin Reddit Pinterest
C++ Quiz
Quiz
Which parameter-passing method does not allow the function to modify the actual argument? 
In which type of inheritance do all derived classes share a common base class? 

Related Quiz

  • When is a copy constructor called in a C++ program? 
  • To handle an exception thrown, a _______ block is used to catch the exception. 
  • Which of the following scenarios is the most suitable for using a break statement in a professional codebase? 
  • You are developing a simulation that runs in discrete time steps... 
  • What implications does the "Rule of Three" have in C++ class design? 

Leave a commentCancel

Your email address will not be published. Required fields are marked *

Hot Quiz

Python QuizPHP QuizServlet QuizData Analyst QuizAppium QuizSpring Boot QuizADO.NET QuizAPI Testing QuizNode.js QuizDatabase Testing QuizAWS Lambda QuizAutomation Testing QuizData Science Statistics QuizWeb Services QuizSoftware Testing QuizC Language QuizR Programming QuizC++ QuizBootstrap QuizAlgorithm Quiz
Copyright © 2024 Open Tech Book
  • About
  • Contact
  • FAQ
  • DMCA
  • Disclaimer
  • Privacy Policy