aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • C++ Programming and IT Fundamentals
  • __________ is a property of C++ by which classes can be r...
Multiple choice

__________ is a property of C++ by which classes can be reused without modifying its contents.

  1. Classes

  2. Polymorphism

  3. Inheritance

  4. Encapsulation

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

Inheritance is the property of C++ that allows the reusing of any class into another class without modifying it.

Keep practicing — related questions

  • _______ refers to a class replicating some features or properties from another class
  • ________ allows designing of new objects that inherit the functionality of objects that are already created.
  • Which of the following properties of C++ refers to putting together essential features without including ba...
  • When we are making all data members of class private, which property of OOP are we using?
  • ___________ refers to multiple name forms in C++.
  • _____________ is the property of Java which enables one object to acquire the property of another object.
  • _____________ is the process by which one object acquires the properties of another object.
  • Which of the following properties of C++ enables two or more functions to have same name, but different pro...
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