Inheritance and its type in Object Oriented Programming using C++
Mehul Patel1, R. D. Modi2, S. M. Pillai3
1Dr. Mehul Patel, Assistant Professor, C. P. Patel & F. H. Shah Commerce College, Anand (Gujarat) India.
2Dr. R.D.Modi, Principal, C. P. Patel & F. H. Shah Commerce College, Anand (Gujarat) India.
3Dr.S.M.Pillai, IQAC Co-ordinator, C. P. Patel & F. H. Shah Commerce College, Anand (Gujarat) India. 

Manuscript received on November 15, 2019. | Revised Manuscript received on November 23, 2019. | Manuscript published on November 30, 2019. | PP: 1991-1998 | Volume-8 Issue-4, November 2019. | Retrieval Number: D6847118419/2019©BEIESP | DOI: 10.35940/ijrte.D6847.118419

Open Access | Ethics and Policies | Cite  | Mendeley | Indexing and Abstracting
© The Authors. Blue Eyes Intelligence Engineering and Sciences Publication (BEIESP). This is an open access article under the CC-BY-NC-ND license (http://creativecommons.org/licenses/by-nc-nd/4.0/)

Abstract: Reusability is one in every of most vital advantage of C++ programming language. C++ categories are often reused in many ways in which. Once the parent (Base) category has been written it are often changed by another technologist to suit their needs. the most plan of inheritance is making new categories, reusing the properties of the present base category. The mechanism of etymologizing a replacement category (Child/Derived Class) from associate Existing category (Base/Parent Class) is termed inheritance. The previous category is stated because the base (Parent) category and therefore the new category is termed the derived category (Child) or taxonomic group. A derived category includes all options of the generic base category so adds qualities specific to the derived category. This paper reflects the learning of the Inheritance conception and its varieties victimization C++ (oops).
Keywords: Base (Parent) class, Reusability, – Sub (Derived/Child) Class, Visibility Modes and Types of Inheritance.
Scope of the Article: Classification.