Interviewer And Interviewee Guide

C++ Template Interview Question:

What is Inheritance in C++?

Submitted by: Administrator
Inheritance enables a new class to reuse the state and behavior of old class. The new class inherits properties and methods from the old class and is called as derived class and the old class is called as base class. The methods thus inherited can be extended using overriding facility of C++.
Submitted by: Administrator

Read Online C++ Template Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.