January 2017
Intermediate to advanced
606 pages
14h 1m
English
11.2 Encapsulation, Data Hiding, and Data Abstraction
11.3 Modifier and Accessor Methods
11.5 Adding Methods Dynamically
11.8 Built-in Functions for Classes
We have already studied user-defined data types in the form of classes. The classes lie at the heart of a programming methodology called object-oriented paradigm or Object-oriented Programming (OOP). It includes several concepts like polymorphism, encapsulation, data hiding, data abstraction, and inheritance. In this chapter, we shall study these concepts.
object-oriented programming
Object-oriented programming revolves around the notion of objects. A method/operator ...