Use app×
Join Bloom Tuition
One on One Online Tuition
JEE MAIN 2025 Foundation Course
NEET 2025 Foundation Course
CLASS 12 FOUNDATION COURSE
CLASS 10 FOUNDATION COURSE
CLASS 9 FOUNDATION COURSE
CLASS 8 FOUNDATION COURSE
0 votes
5.3k views
in Computer by (69.4k points)

Reusability of classes is one of the major properties of OOP. How is it implemented in C++?

1 Answer

0 votes
by (64.1k points)
selected by
 
Best answer

Reusability of classes is implemented through inheritance in C++. Inheritance is implemented by specifying the name of the (base) class from which the class being defined (the derived class) has to inherit from. It is done with the following syntax:

class <derived class name > : <base class name>

{

<- derived class own features.

}

Related questions

0 votes
1 answer
0 votes
1 answer
asked Jul 16, 2019 in Computer by Helisha (69.4k points)
0 votes
1 answer

Welcome to Sarthaks eConnect: A unique platform where students can interact with teachers/experts/students to get solutions to their queries. Students (upto class 10+2) preparing for All Government Exams, CBSE Board Exam, ICSE Board Exam, State Board Exam, JEE (Mains+Advance) and NEET can ask questions from any subject and get quick answers by subject teachers/ experts/mentors/students.

Categories

...