The Three Components of Object Oriented Languages
There are three major components of Object Oriented Languages. To be truly Object Oriented, you must have all three of these components to make up your language. Encapsulation The protection of data is a very important aspect of object oriented programming. Encapsulation is the idea that we protect and contain the data for our object….